implement env manager #6

Merged
dan merged 28 commits from dependency-improvement into dev 2023-12-04 17:09:03 +01:00
Showing only changes of commit 126873793c - Show all commits

View file

@ -1,6 +1,11 @@
import os
from src.tests_authentik.fixtures_authentik import admin_context, authentik_admin_page, user_context
from src.tests_authentik.fixtures_authentik import (
authentik_admin_context,
authentik_admin_page,
authentik_user_context,
authentik_user_page,
)
NEXTCLOUD_DEMO_USER = {
"NEXTCLOUD_USER": "next_demo_user",