other way of importing the fixtures, not sure if better
This commit is contained in:
parent
37062ad502
commit
1eabe31e9e
1 changed files with 9 additions and 6 deletions
|
|
@ -5,12 +5,15 @@ from dotenv import dotenv_values
|
||||||
from playwright.sync_api import BrowserContext, Page
|
from playwright.sync_api import BrowserContext, Page
|
||||||
|
|
||||||
from src.dirmanager import DirManager
|
from src.dirmanager import DirManager
|
||||||
from src.tests_authentik.fixtures_authentik import (
|
|
||||||
authentik_admin_context,
|
# from src.tests_authentik.fixtures_authentik import (
|
||||||
authentik_admin_page,
|
# authentik_admin_context,
|
||||||
authentik_user_context,
|
# authentik_admin_page,
|
||||||
authentik_user_page,
|
# authentik_user_context,
|
||||||
)
|
# authentik_user_page,
|
||||||
|
# )
|
||||||
|
|
||||||
|
pytest_plugins = "src.tests_authentik.fixtures_authentik"
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue