remove unused condition functions
This commit is contained in:
parent
00bfafebd3
commit
f857a0685f
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
|
|
||||||
|
|
||||||
|
|
||||||
def condition_has_locale(env_config: dict[str, str]) -> bool:
|
def condition_has_locale(env_config: dict[str, str]) -> bool:
|
||||||
if "LOCALE" in env_config:
|
if "LOCALE" in env_config:
|
||||||
if "de" in env_config["LOCALE"]:
|
if "de" in env_config["LOCALE"]:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue