refactoring #13

Merged
dan merged 32 commits from refactoring into dev 2023-12-08 18:17:35 +01:00
Showing only changes of commit f857a0685f - 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
def condition_has_locale(env_config: dict[str, str]) -> bool:
if "LOCALE" in env_config:
if "de" in env_config["LOCALE"]: