Skip to content

Commit

Permalink
tests: split system test framework into standalone repository
Browse files Browse the repository at this point in the history
This change allows other project to use the framework as well.

https://github.com/SSSD/sssd-test-framework

Reviewed-by: Iker Pedrosa <[email protected]>
Reviewed-by: Jakub Vávra <[email protected]>
  • Loading branch information
pbrezina committed Apr 17, 2023
1 parent 255c01a commit c3a0b5f
Show file tree
Hide file tree
Showing 62 changed files with 17 additions and 13,934 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/docs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: mypy
if: always()
working-directory: ./src/tests/system
run: source .venv/bin/activate && mypy --install-types --non-interactive lib tests
run: source .venv/bin/activate && mypy --install-types --non-interactive tests

result:
name: All tests are successful
Expand Down
16 changes: 0 additions & 16 deletions .readthedocs.yml

This file was deleted.

3 changes: 1 addition & 2 deletions src/tests/system/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
from __future__ import annotations

from pytest_mh import MultihostPlugin

from lib.sssd.config import SSSDMultihostConfig
from sssd_test_framework.config import SSSDMultihostConfig

# Load additional plugins
pytest_plugins = (
Expand Down
20 changes: 0 additions & 20 deletions src/tests/system/docs/Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions src/tests/system/docs/api.rst

This file was deleted.

113 changes: 0 additions & 113 deletions src/tests/system/docs/concepts.rst

This file was deleted.

71 changes: 0 additions & 71 deletions src/tests/system/docs/conf.py

This file was deleted.

Loading

0 comments on commit c3a0b5f

Please sign in to comment.