fully remove test_dir_name
This commit is contained in:
parent
65328d9816
commit
e415b8a16a
5 changed files with 4 additions and 6 deletions
|
|
@ -5,7 +5,6 @@ class RunnerDemo(Runner):
|
|||
"""Every env file has a corresponding runner class"""
|
||||
|
||||
name: str = "demo" # name of the test, used for logging / output naming
|
||||
test_dir_name: str = "tests_demo" # dir name holding all tests related to RunnerDemo
|
||||
|
||||
# this indicates that tests from RunnerDemo depend on the setup from RunnerAuthentik.
|
||||
# RunnerDemo will only execute, when setup_authentik.py has finished successfully.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue