refactoring #13

Merged
dan merged 32 commits from refactoring into dev 2023-12-08 18:17:35 +01:00
Showing only changes of commit a69b5e2da7 - Show all commits

View file

@ -1,14 +1,6 @@
from pytest_abra import Runner, Test
def condition_always_true(env_config: dict[str, str]) -> bool:
return True
def condition_always_false(env_config: dict[str, str]) -> bool:
return False
class RunnerAuthentik(Runner):
env_type = "authentik"
setups = [Test(test_file="setup_authentik.py")]