use fixture from authentik in wordpress
This commit is contained in:
parent
c9844bc688
commit
050be3709f
4 changed files with 42 additions and 44 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue