new test framework #1

Merged
dan merged 47 commits from wip-new-framework into dev 2023-11-22 21:40:14 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 0e1aaa136c - Show all commits

View file

@ -13,4 +13,4 @@ def condition_always_false(dotenv_path: Path) -> bool:
class RunnerAuthentik(Runner):
test_dir_name = "tests_authentik"
main_test_name = "test_authentik_setup.py"
main_test_name = "test_authentik_dummy.py"

View file

@ -0,0 +1,2 @@
def test_true():
assert 1 + 1 == 2