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 b09d781321 - Show all commits

View file

@ -6,14 +6,7 @@ from playwright.sync_api import BrowserContext, Page
from src.dir_manager import DirManager
# from src.tests_authentik.fixtures_authentik import (
# authentik_admin_context,
# authentik_admin_page,
# authentik_user_context,
# authentik_user_page,
# )
pytest_plugins = "src.tests_authentik.fixtures_authentik"
pytest_plugins = "tests_authentik.fixtures_authentik"
@pytest.fixture