authentik setup and tracing #2

Merged
dan merged 69 commits from working-setup into dev 2023-11-27 17:01:47 +01:00
Showing only changes of commit 9d13e9a4aa - Show all commits

View file

@ -56,17 +56,17 @@ def dotenv_config(request) -> dict[str, str]:
@pytest.fixture(scope="session", autouse=True)
def RECORDS(dirmanager) -> Path:
assert isinstance(dirmanager, DirManager)
return dirmanager.dirs["records"]
return dirmanager.RECORDS
@pytest.fixture(scope="session", autouse=True)
def STATES(dirmanager) -> Path:
return dirmanager.dirs["states"]
return dirmanager.STATES
@pytest.fixture(scope="session", autouse=True)
def RESULTS(dirmanager) -> Path:
return dirmanager.dirs["results"]
return dirmanager.RESULTS
# log failed tests