From cc2bb37b64338ecdee96318a18dff31527e4cbb3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 23 Nov 2023 00:41:02 +0100 Subject: [PATCH] wip files --- src/tests_authentik/authentik_plugin.py | 3 +++ src/tests_authentik/authentik_setup_nonpytest.py | 1 + 2 files changed, 4 insertions(+) create mode 100644 src/tests_authentik/authentik_plugin.py create mode 100644 src/tests_authentik/authentik_setup_nonpytest.py diff --git a/src/tests_authentik/authentik_plugin.py b/src/tests_authentik/authentik_plugin.py new file mode 100644 index 0000000..14f31c9 --- /dev/null +++ b/src/tests_authentik/authentik_plugin.py @@ -0,0 +1,3 @@ +# will be loaded in conftest.py +# will provide context for other tests (wordpress etc.) +# that depend on authentik (which is all of them) diff --git a/src/tests_authentik/authentik_setup_nonpytest.py b/src/tests_authentik/authentik_setup_nonpytest.py new file mode 100644 index 0000000..a4d8b5c --- /dev/null +++ b/src/tests_authentik/authentik_setup_nonpytest.py @@ -0,0 +1 @@ +# put authentik setup here and run at beginning of runner