rename testing dir to recipes
This commit is contained in:
parent
659093f6aa
commit
3841658e4e
22 changed files with 0 additions and 0 deletions
16
recipes/tests_authentik/runner_authentik.py
Normal file
16
recipes/tests_authentik/runner_authentik.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
from src.runner import Runner, Test
|
||||
|
||||
|
||||
def condition_always_true(dotenv_config: dict[str, str]) -> bool:
|
||||
return True
|
||||
|
||||
|
||||
def condition_always_false(dotenv_config: dict[str, str]) -> bool:
|
||||
return False
|
||||
|
||||
|
||||
class RunnerAuthentik(Runner):
|
||||
name = "authentik"
|
||||
test_dir_name = "tests_authentik"
|
||||
setups = [Test(test_file="setup_authentik.py")]
|
||||
# tests = [Test(test_file="test_authentik_dummy.py")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue