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 7655373945 - Show all commits

View file

@ -82,9 +82,6 @@ class Runner:
pytest.main(command_arguments)
def show_files(self):
ic(list(self.root_dir.glob("*")))
def run_tests(self):
self._check_dependencies()
self._run_main_test()