other way of importing the fixtures, not sure if better

This commit is contained in:
Daniel 2023-12-02 13:45:04 +01:00
parent 37062ad502
commit 1eabe31e9e

View file

@ -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