rename src to abratest

This commit is contained in:
Daniel 2023-12-05 19:18:17 +01:00
parent d2f50fb791
commit 01c294d44b
26 changed files with 43 additions and 43 deletions

View file

@ -1,4 +1,4 @@
from src.runner import Runner, Test
from abratest.runner import Runner, Test
def condition_always_true(dotenv_config: dict[str, str]) -> bool: