refactor for independent test dirs #7

Merged
dan merged 49 commits from independent-test-dirs into dev 2023-12-05 21:41:46 +01:00
Showing only changes of commit 177c2228a1 - Show all commits

View file

@ -1,8 +1,8 @@
from typing import TYPE_CHECKING
from src.tests_authentik.runner_authentik import RunnerAuthentik
from src.tests_nextcloud.runner_nextcloud import RunnerNextcloud
from src.tests_wordpress.runner_wordpress import RunnerWordpress
from tests_authentik.runner_authentik import RunnerAuthentik
from tests_nextcloud.runner_nextcloud import RunnerNextcloud
from tests_wordpress.runner_wordpress import RunnerWordpress
if TYPE_CHECKING:
from src.runner import Runner