refactor for independent test dirs #7
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue