use fixture from authentik in wordpress

This commit is contained in:
Daniel 2023-11-24 20:58:23 +01:00
parent c9844bc688
commit 050be3709f
4 changed files with 42 additions and 44 deletions

View file

@ -15,7 +15,6 @@ class RunnerWordpress(Runner):
test_dir_name = "tests_wordpress"
# main_test_name = "test_wordpress.py"
sub_tests = [
SubTest(condition=condition_always_false, test_file="test_wordpress_feature1.py"),
SubTest(condition=condition_always_true, test_file="conftest.py"),
SubTest(condition=condition_always_true, test_file="test_wordpress_feature1.py"),
]
dependencies: list[str] = ["authentik"]