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 52c5e24f7a - Show all commits

View file

@ -7,7 +7,7 @@ from playwright.sync_api import BrowserContext, Page
from src.dir_manager import DirManager from src.dir_manager import DirManager
from src.utils import BaseUrl from src.utils import BaseUrl
pytest_plugins = "src.tests_authentik.fixtures_authentik" pytest_plugins = "tests_authentik.fixtures_authentik"
NEXTCLOUD_DEMO_USER = { NEXTCLOUD_DEMO_USER = {
"NEXTCLOUD_USER": "next_demo_user", "NEXTCLOUD_USER": "next_demo_user",