remove unused condition functions
This commit is contained in:
parent
f857a0685f
commit
a69b5e2da7
1 changed files with 0 additions and 8 deletions
|
|
@ -1,14 +1,6 @@
|
||||||
from pytest_abra import Runner, Test
|
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):
|
class RunnerAuthentik(Runner):
|
||||||
env_type = "authentik"
|
env_type = "authentik"
|
||||||
setups = [Test(test_file="setup_authentik.py")]
|
setups = [Test(test_file="setup_authentik.py")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue