From 3841658e4e5ff5707d475386fbd4d3c5c8945f99 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 5 Dec 2023 19:02:24 +0100 Subject: [PATCH] rename testing dir to recipes --- {src-tests => recipes}/tests_authentik/__init__.py | 0 {src-tests => recipes}/tests_authentik/fixtures_authentik.py | 0 {src-tests => recipes}/tests_authentik/runner_authentik.py | 0 {src-tests => recipes}/tests_authentik/setup_authentik.py | 0 {src-tests => recipes}/tests_authentik/test_authentik_dummy.py | 0 {src-tests => recipes}/tests_demo/__init__.py | 0 {src-tests => recipes}/tests_demo/fixtures_demo.py | 0 {src-tests => recipes}/tests_demo/runner_demo.py | 0 {src-tests => recipes}/tests_demo/setup_demo.py | 0 {src-tests => recipes}/tests_nextcloud/__init__.py | 0 {src-tests => recipes}/tests_nextcloud/cleanup_nextcloud.py | 0 {src-tests => recipes}/tests_nextcloud/conftest.py | 0 {src-tests => recipes}/tests_nextcloud/runner_nextcloud.py | 0 {src-tests => recipes}/tests_nextcloud/setup_nextcloud.py | 0 {src-tests => recipes}/tests_nextcloud/tests_nextcloud.py | 0 .../tests_nextcloud/tests_nextcloud_onlyoffice.py | 0 {src-tests => recipes}/tests_wordpress/__init__.py | 0 {src-tests => recipes}/tests_wordpress/conftest.py | 0 {src-tests => recipes}/tests_wordpress/runner_wordpress.py | 0 {src-tests => recipes}/tests_wordpress/setup_wordpress.py | 0 {src-tests => recipes}/tests_wordpress/test_wordpress.py | 0 .../tests_wordpress/test_wordpress_localization.py | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename {src-tests => recipes}/tests_authentik/__init__.py (100%) rename {src-tests => recipes}/tests_authentik/fixtures_authentik.py (100%) rename {src-tests => recipes}/tests_authentik/runner_authentik.py (100%) rename {src-tests => recipes}/tests_authentik/setup_authentik.py (100%) rename {src-tests => recipes}/tests_authentik/test_authentik_dummy.py (100%) rename {src-tests => recipes}/tests_demo/__init__.py (100%) rename {src-tests => recipes}/tests_demo/fixtures_demo.py (100%) rename {src-tests => recipes}/tests_demo/runner_demo.py (100%) rename {src-tests => recipes}/tests_demo/setup_demo.py (100%) rename {src-tests => recipes}/tests_nextcloud/__init__.py (100%) rename {src-tests => recipes}/tests_nextcloud/cleanup_nextcloud.py (100%) rename {src-tests => recipes}/tests_nextcloud/conftest.py (100%) rename {src-tests => recipes}/tests_nextcloud/runner_nextcloud.py (100%) rename {src-tests => recipes}/tests_nextcloud/setup_nextcloud.py (100%) rename {src-tests => recipes}/tests_nextcloud/tests_nextcloud.py (100%) rename {src-tests => recipes}/tests_nextcloud/tests_nextcloud_onlyoffice.py (100%) rename {src-tests => recipes}/tests_wordpress/__init__.py (100%) rename {src-tests => recipes}/tests_wordpress/conftest.py (100%) rename {src-tests => recipes}/tests_wordpress/runner_wordpress.py (100%) rename {src-tests => recipes}/tests_wordpress/setup_wordpress.py (100%) rename {src-tests => recipes}/tests_wordpress/test_wordpress.py (100%) rename {src-tests => recipes}/tests_wordpress/test_wordpress_localization.py (100%) diff --git a/src-tests/tests_authentik/__init__.py b/recipes/tests_authentik/__init__.py similarity index 100% rename from src-tests/tests_authentik/__init__.py rename to recipes/tests_authentik/__init__.py diff --git a/src-tests/tests_authentik/fixtures_authentik.py b/recipes/tests_authentik/fixtures_authentik.py similarity index 100% rename from src-tests/tests_authentik/fixtures_authentik.py rename to recipes/tests_authentik/fixtures_authentik.py diff --git a/src-tests/tests_authentik/runner_authentik.py b/recipes/tests_authentik/runner_authentik.py similarity index 100% rename from src-tests/tests_authentik/runner_authentik.py rename to recipes/tests_authentik/runner_authentik.py diff --git a/src-tests/tests_authentik/setup_authentik.py b/recipes/tests_authentik/setup_authentik.py similarity index 100% rename from src-tests/tests_authentik/setup_authentik.py rename to recipes/tests_authentik/setup_authentik.py diff --git a/src-tests/tests_authentik/test_authentik_dummy.py b/recipes/tests_authentik/test_authentik_dummy.py similarity index 100% rename from src-tests/tests_authentik/test_authentik_dummy.py rename to recipes/tests_authentik/test_authentik_dummy.py diff --git a/src-tests/tests_demo/__init__.py b/recipes/tests_demo/__init__.py similarity index 100% rename from src-tests/tests_demo/__init__.py rename to recipes/tests_demo/__init__.py diff --git a/src-tests/tests_demo/fixtures_demo.py b/recipes/tests_demo/fixtures_demo.py similarity index 100% rename from src-tests/tests_demo/fixtures_demo.py rename to recipes/tests_demo/fixtures_demo.py diff --git a/src-tests/tests_demo/runner_demo.py b/recipes/tests_demo/runner_demo.py similarity index 100% rename from src-tests/tests_demo/runner_demo.py rename to recipes/tests_demo/runner_demo.py diff --git a/src-tests/tests_demo/setup_demo.py b/recipes/tests_demo/setup_demo.py similarity index 100% rename from src-tests/tests_demo/setup_demo.py rename to recipes/tests_demo/setup_demo.py diff --git a/src-tests/tests_nextcloud/__init__.py b/recipes/tests_nextcloud/__init__.py similarity index 100% rename from src-tests/tests_nextcloud/__init__.py rename to recipes/tests_nextcloud/__init__.py diff --git a/src-tests/tests_nextcloud/cleanup_nextcloud.py b/recipes/tests_nextcloud/cleanup_nextcloud.py similarity index 100% rename from src-tests/tests_nextcloud/cleanup_nextcloud.py rename to recipes/tests_nextcloud/cleanup_nextcloud.py diff --git a/src-tests/tests_nextcloud/conftest.py b/recipes/tests_nextcloud/conftest.py similarity index 100% rename from src-tests/tests_nextcloud/conftest.py rename to recipes/tests_nextcloud/conftest.py diff --git a/src-tests/tests_nextcloud/runner_nextcloud.py b/recipes/tests_nextcloud/runner_nextcloud.py similarity index 100% rename from src-tests/tests_nextcloud/runner_nextcloud.py rename to recipes/tests_nextcloud/runner_nextcloud.py diff --git a/src-tests/tests_nextcloud/setup_nextcloud.py b/recipes/tests_nextcloud/setup_nextcloud.py similarity index 100% rename from src-tests/tests_nextcloud/setup_nextcloud.py rename to recipes/tests_nextcloud/setup_nextcloud.py diff --git a/src-tests/tests_nextcloud/tests_nextcloud.py b/recipes/tests_nextcloud/tests_nextcloud.py similarity index 100% rename from src-tests/tests_nextcloud/tests_nextcloud.py rename to recipes/tests_nextcloud/tests_nextcloud.py diff --git a/src-tests/tests_nextcloud/tests_nextcloud_onlyoffice.py b/recipes/tests_nextcloud/tests_nextcloud_onlyoffice.py similarity index 100% rename from src-tests/tests_nextcloud/tests_nextcloud_onlyoffice.py rename to recipes/tests_nextcloud/tests_nextcloud_onlyoffice.py diff --git a/src-tests/tests_wordpress/__init__.py b/recipes/tests_wordpress/__init__.py similarity index 100% rename from src-tests/tests_wordpress/__init__.py rename to recipes/tests_wordpress/__init__.py diff --git a/src-tests/tests_wordpress/conftest.py b/recipes/tests_wordpress/conftest.py similarity index 100% rename from src-tests/tests_wordpress/conftest.py rename to recipes/tests_wordpress/conftest.py diff --git a/src-tests/tests_wordpress/runner_wordpress.py b/recipes/tests_wordpress/runner_wordpress.py similarity index 100% rename from src-tests/tests_wordpress/runner_wordpress.py rename to recipes/tests_wordpress/runner_wordpress.py diff --git a/src-tests/tests_wordpress/setup_wordpress.py b/recipes/tests_wordpress/setup_wordpress.py similarity index 100% rename from src-tests/tests_wordpress/setup_wordpress.py rename to recipes/tests_wordpress/setup_wordpress.py diff --git a/src-tests/tests_wordpress/test_wordpress.py b/recipes/tests_wordpress/test_wordpress.py similarity index 100% rename from src-tests/tests_wordpress/test_wordpress.py rename to recipes/tests_wordpress/test_wordpress.py diff --git a/src-tests/tests_wordpress/test_wordpress_localization.py b/recipes/tests_wordpress/test_wordpress_localization.py similarity index 100% rename from src-tests/tests_wordpress/test_wordpress_localization.py rename to recipes/tests_wordpress/test_wordpress_localization.py