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