From 2dfa2dd68f23dfa8f94b21f1ac556c80f8e68cdc Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sun, 18 Sep 2022 10:59:29 +0200 Subject: [PATCH] Improved project file structure --- notices/pip.txt | 54 ------------------- notices/todo.txt | 0 scripts/build.sh | 15 ------ scripts/chrome.sh | 3 -- scripts/create_docs.sh | 8 --- scripts/hello_world.py | 1 - scripts/publish.sh | 15 ------ scripts/upload.sh | 16 ------ {src/tests => tests}/custom/async/LICENSE | 0 {src/tests => tests}/custom/async/README.md | 0 .../custom/async/appsettings.json | 0 .../custom/async/cpl-workspace.json | 0 .../custom/async/src/async/__init__.py | 0 .../custom/async/src/async/application.py | 0 .../custom/async/src/async/async.json | 0 .../custom/async/src/async/main.py | 0 .../custom/async/src/async/startup.py | 0 .../custom/async/src/tests/__init__.py | 0 {src/tests => tests}/custom/console/main.py | 0 {src/tests => tests}/custom/database/LICENSE | 0 .../tests => tests}/custom/database/README.md | 0 {src/tests => tests}/custom/database/cpl.json | 0 .../custom/database/src/application.py | 0 .../database/src/appsettings.development.json | 0 .../src/appsettings.edrafts-lapi.json | 0 .../database/src/appsettings.edrafts-pc.json | 0 .../custom/database/src/appsettings.json | 0 .../custom/database/src/main.py | 0 .../custom/database/src/model/__init__.py | 0 .../custom/database/src/model/city_model.py | 0 .../custom/database/src/model/db_context.py | 0 .../custom/database/src/model/user_model.py | 0 .../custom/database/src/model/user_repo.py | 0 .../database/src/model/user_repo_abc.py | 0 .../custom/database/src/startup.py | 0 .../custom/database/src/tests/__init__.py | 0 {src/tests => tests}/custom/di/LICENSE | 0 {src/tests => tests}/custom/di/README.md | 0 .../custom/di/appsettings.json | 0 .../custom/di/cpl-workspace.json | 0 .../custom/di/src/di/__init__.py | 0 .../custom/di/src/di/application.py | 0 {src/tests => tests}/custom/di/src/di/di.json | 0 .../custom/di/src/di/di_tester_service.py | 0 {src/tests => tests}/custom/di/src/di/main.py | 0 .../custom/di/src/di/startup.py | 0 .../custom/di/src/di/test_service_service.py | 0 .../custom/di/src/tests/__init__.py | 0 {src/tests => tests}/custom/discord/LICENSE | 0 {src/tests => tests}/custom/discord/README.md | 0 .../custom/discord/cpl-workspace.json | 0 .../discord/src/discord_bot/__init__.py | 0 .../discord/src/discord_bot/application.py | 0 .../discord/src/discord_bot/appsettings.json | 0 .../discord/src/discord_bot/discord-bot.json | 0 .../custom/discord/src/discord_bot/main.py | 0 .../custom/discord/src/discord_bot/startup.py | 0 .../custom/discord/src/modules/__init__.py | 0 .../src/modules/hello_world/__init__.py | 0 .../src/modules/hello_world/hello-world.json | 0 .../src/modules/hello_world/on_ready_event.py | 0 .../hello_world/on_ready_test_event.py | 0 .../src/modules/hello_world/ping_command.py | 0 .../src/modules/hello_world/purge_command.py | 0 .../custom/discord/src/tests/__init__.py | 0 .../custom/general/cpl-workspace.json | 0 .../custom/general/src/general/application.py | 0 .../src/general/appsettings.development.json | 0 .../src/general/appsettings.edrafts-lapi.json | 0 .../appsettings.edrafts-pc-ubuntu.json | 0 .../general/src/general/appsettings.json | 0 .../general/src/general/arguments/__init__.py | 0 .../general/arguments/generate_argument.py | 0 .../src/general/arguments/install_argument.py | 0 .../custom/general/src/general/db/__init__.py | 0 .../custom/general/src/general/general.json | 0 .../custom/general/src/general/main.py | 0 .../general/src/general/parameter_startup.py | 0 .../custom/general/src/general/startup.py | 0 .../general/src/general/test_extension.py | 0 .../general/src/general/test_service.py | 0 .../src/general/test_startup_extension.py | 0 .../custom/translation/LICENSE | 0 .../custom/translation/README.md | 0 .../custom/translation/cpl-workspace.json | 0 .../custom/translation/src/tests/__init__.py | 0 .../translation/src/translation/__init__.py | 0 .../src/translation/application.py | 0 .../src/translation/appsettings.json | 0 .../translation/src/translation/main.py | 0 .../translation/src/translation/startup.py | 0 .../src/translation/translation.json | 0 .../src/translation/translation/de.json | 0 .../src/translation/translation/en.json | 0 .../generated/simple-app/LICENSE | 0 .../generated/simple-app/README.md | 0 .../generated/simple-app/appsettings.json | 0 .../generated/simple-app/cpl-workspace.json | 0 .../generated/simple-app/cpl.json | 0 .../generated/simple-app/src/application.py | 0 .../generated/simple-app/src/main.py | 0 .../simple-app/src/simple_app/__init__.py | 0 .../simple-app/src/simple_app/application.py | 0 .../simple-app/src/simple_app/main.py | 0 .../simple-app/src/simple_app/simple-app.json | 0 .../simple-app/src/tests/__init__.py | 0 .../generated/simple-console/LICENSE | 0 .../generated/simple-console/README.md | 0 .../generated/simple-console/appsettings.json | 0 .../simple-console/cpl-workspace.json | 0 .../generated/simple-console/cpl.json | 0 .../generated/simple-console/src/main.py | 0 .../src/simple_console/__init__.py | 0 .../simple-console/src/simple_console/main.py | 0 .../src/simple_console/simple-console.json | 0 .../simple-console/src/tests/__init__.py | 0 .../generated/simple-di/LICENSE | 0 .../generated/simple-di/README.md | 0 .../generated/simple-di/appsettings.json | 0 .../generated/simple-di/cpl-workspace.json | 0 .../generated/simple-di/cpl.json | 0 .../generated/simple-di/src/main.py | 0 .../simple-di/src/simple_di/__init__.py | 0 .../generated/simple-di/src/simple_di/main.py | 0 .../simple-di/src/simple_di/simple-di.json | 0 .../generated/simple-di/src/tests/__init__.py | 0 .../generated/simple-startup-app/LICENSE | 0 .../generated/simple-startup-app/README.md | 0 .../simple-startup-app/appsettings.json | 0 .../simple-startup-app/cpl-workspace.json | 0 .../src/simple_startup_app/__init__.py | 0 .../src/simple_startup_app/application.py | 0 .../src/simple_startup_app/main.py | 0 .../simple-startup-app.json | 0 .../src/simple_startup_app/startup.py | 0 .../simple-startup-app/src/tests/__init__.py | 0 .../generated/startup-app/LICENSE | 0 .../generated/startup-app/README.md | 0 .../generated/startup-app/cpl.json | 0 .../generated/startup-app/src/application.py | 0 .../generated/startup-app/src/main.py | 0 .../generated/startup-app/src/startup.py | 0 .../startup-app/src/tests/__init__.py | 0 143 files changed, 112 deletions(-) delete mode 100644 notices/pip.txt delete mode 100644 notices/todo.txt delete mode 100755 scripts/build.sh delete mode 100755 scripts/chrome.sh delete mode 100755 scripts/create_docs.sh delete mode 100644 scripts/hello_world.py delete mode 100755 scripts/publish.sh delete mode 100644 scripts/upload.sh rename {src/tests => tests}/custom/async/LICENSE (100%) rename {src/tests => tests}/custom/async/README.md (100%) rename {src/tests => tests}/custom/async/appsettings.json (100%) rename {src/tests => tests}/custom/async/cpl-workspace.json (100%) rename {src/tests => tests}/custom/async/src/async/__init__.py (100%) rename {src/tests => tests}/custom/async/src/async/application.py (100%) rename {src/tests => tests}/custom/async/src/async/async.json (100%) rename {src/tests => tests}/custom/async/src/async/main.py (100%) rename {src/tests => tests}/custom/async/src/async/startup.py (100%) rename {src/tests => tests}/custom/async/src/tests/__init__.py (100%) rename {src/tests => tests}/custom/console/main.py (100%) rename {src/tests => tests}/custom/database/LICENSE (100%) rename {src/tests => tests}/custom/database/README.md (100%) rename {src/tests => tests}/custom/database/cpl.json (100%) rename {src/tests => tests}/custom/database/src/application.py (100%) rename {src/tests => tests}/custom/database/src/appsettings.development.json (100%) rename {src/tests => tests}/custom/database/src/appsettings.edrafts-lapi.json (100%) rename {src/tests => tests}/custom/database/src/appsettings.edrafts-pc.json (100%) rename {src/tests => tests}/custom/database/src/appsettings.json (100%) rename {src/tests => tests}/custom/database/src/main.py (100%) rename {src/tests => tests}/custom/database/src/model/__init__.py (100%) rename {src/tests => tests}/custom/database/src/model/city_model.py (100%) rename {src/tests => tests}/custom/database/src/model/db_context.py (100%) rename {src/tests => tests}/custom/database/src/model/user_model.py (100%) rename {src/tests => tests}/custom/database/src/model/user_repo.py (100%) rename {src/tests => tests}/custom/database/src/model/user_repo_abc.py (100%) rename {src/tests => tests}/custom/database/src/startup.py (100%) rename {src/tests => tests}/custom/database/src/tests/__init__.py (100%) rename {src/tests => tests}/custom/di/LICENSE (100%) rename {src/tests => tests}/custom/di/README.md (100%) rename {src/tests => tests}/custom/di/appsettings.json (100%) rename {src/tests => tests}/custom/di/cpl-workspace.json (100%) rename {src/tests => tests}/custom/di/src/di/__init__.py (100%) rename {src/tests => tests}/custom/di/src/di/application.py (100%) rename {src/tests => tests}/custom/di/src/di/di.json (100%) rename {src/tests => tests}/custom/di/src/di/di_tester_service.py (100%) rename {src/tests => tests}/custom/di/src/di/main.py (100%) rename {src/tests => tests}/custom/di/src/di/startup.py (100%) rename {src/tests => tests}/custom/di/src/di/test_service_service.py (100%) rename {src/tests => tests}/custom/di/src/tests/__init__.py (100%) rename {src/tests => tests}/custom/discord/LICENSE (100%) rename {src/tests => tests}/custom/discord/README.md (100%) rename {src/tests => tests}/custom/discord/cpl-workspace.json (100%) rename {src/tests => tests}/custom/discord/src/discord_bot/__init__.py (100%) rename {src/tests => tests}/custom/discord/src/discord_bot/application.py (100%) rename {src/tests => tests}/custom/discord/src/discord_bot/appsettings.json (100%) rename {src/tests => tests}/custom/discord/src/discord_bot/discord-bot.json (100%) rename {src/tests => tests}/custom/discord/src/discord_bot/main.py (100%) rename {src/tests => tests}/custom/discord/src/discord_bot/startup.py (100%) rename {src/tests => tests}/custom/discord/src/modules/__init__.py (100%) rename {src/tests => tests}/custom/discord/src/modules/hello_world/__init__.py (100%) rename {src/tests => tests}/custom/discord/src/modules/hello_world/hello-world.json (100%) rename {src/tests => tests}/custom/discord/src/modules/hello_world/on_ready_event.py (100%) rename {src/tests => tests}/custom/discord/src/modules/hello_world/on_ready_test_event.py (100%) rename {src/tests => tests}/custom/discord/src/modules/hello_world/ping_command.py (100%) rename {src/tests => tests}/custom/discord/src/modules/hello_world/purge_command.py (100%) rename {src/tests => tests}/custom/discord/src/tests/__init__.py (100%) rename {src/tests => tests}/custom/general/cpl-workspace.json (100%) rename {src/tests => tests}/custom/general/src/general/application.py (100%) rename {src/tests => tests}/custom/general/src/general/appsettings.development.json (100%) rename {src/tests => tests}/custom/general/src/general/appsettings.edrafts-lapi.json (100%) rename {src/tests => tests}/custom/general/src/general/appsettings.edrafts-pc-ubuntu.json (100%) rename {src/tests => tests}/custom/general/src/general/appsettings.json (100%) rename {src/tests => tests}/custom/general/src/general/arguments/__init__.py (100%) rename {src/tests => tests}/custom/general/src/general/arguments/generate_argument.py (100%) rename {src/tests => tests}/custom/general/src/general/arguments/install_argument.py (100%) rename {src/tests => tests}/custom/general/src/general/db/__init__.py (100%) rename {src/tests => tests}/custom/general/src/general/general.json (100%) rename {src/tests => tests}/custom/general/src/general/main.py (100%) rename {src/tests => tests}/custom/general/src/general/parameter_startup.py (100%) rename {src/tests => tests}/custom/general/src/general/startup.py (100%) rename {src/tests => tests}/custom/general/src/general/test_extension.py (100%) rename {src/tests => tests}/custom/general/src/general/test_service.py (100%) rename {src/tests => tests}/custom/general/src/general/test_startup_extension.py (100%) rename {src/tests => tests}/custom/translation/LICENSE (100%) rename {src/tests => tests}/custom/translation/README.md (100%) rename {src/tests => tests}/custom/translation/cpl-workspace.json (100%) rename {src/tests => tests}/custom/translation/src/tests/__init__.py (100%) rename {src/tests => tests}/custom/translation/src/translation/__init__.py (100%) rename {src/tests => tests}/custom/translation/src/translation/application.py (100%) rename {src/tests => tests}/custom/translation/src/translation/appsettings.json (100%) rename {src/tests => tests}/custom/translation/src/translation/main.py (100%) rename {src/tests => tests}/custom/translation/src/translation/startup.py (100%) rename {src/tests => tests}/custom/translation/src/translation/translation.json (100%) rename {src/tests => tests}/custom/translation/src/translation/translation/de.json (100%) rename {src/tests => tests}/custom/translation/src/translation/translation/en.json (100%) rename {src/tests => tests}/generated/simple-app/LICENSE (100%) rename {src/tests => tests}/generated/simple-app/README.md (100%) rename {src/tests => tests}/generated/simple-app/appsettings.json (100%) rename {src/tests => tests}/generated/simple-app/cpl-workspace.json (100%) rename {src/tests => tests}/generated/simple-app/cpl.json (100%) rename {src/tests => tests}/generated/simple-app/src/application.py (100%) rename {src/tests => tests}/generated/simple-app/src/main.py (100%) rename {src/tests => tests}/generated/simple-app/src/simple_app/__init__.py (100%) rename {src/tests => tests}/generated/simple-app/src/simple_app/application.py (100%) rename {src/tests => tests}/generated/simple-app/src/simple_app/main.py (100%) rename {src/tests => tests}/generated/simple-app/src/simple_app/simple-app.json (100%) rename {src/tests => tests}/generated/simple-app/src/tests/__init__.py (100%) rename {src/tests => tests}/generated/simple-console/LICENSE (100%) rename {src/tests => tests}/generated/simple-console/README.md (100%) rename {src/tests => tests}/generated/simple-console/appsettings.json (100%) rename {src/tests => tests}/generated/simple-console/cpl-workspace.json (100%) rename {src/tests => tests}/generated/simple-console/cpl.json (100%) rename {src/tests => tests}/generated/simple-console/src/main.py (100%) rename {src/tests => tests}/generated/simple-console/src/simple_console/__init__.py (100%) rename {src/tests => tests}/generated/simple-console/src/simple_console/main.py (100%) rename {src/tests => tests}/generated/simple-console/src/simple_console/simple-console.json (100%) rename {src/tests => tests}/generated/simple-console/src/tests/__init__.py (100%) rename {src/tests => tests}/generated/simple-di/LICENSE (100%) rename {src/tests => tests}/generated/simple-di/README.md (100%) rename {src/tests => tests}/generated/simple-di/appsettings.json (100%) rename {src/tests => tests}/generated/simple-di/cpl-workspace.json (100%) rename {src/tests => tests}/generated/simple-di/cpl.json (100%) rename {src/tests => tests}/generated/simple-di/src/main.py (100%) rename {src/tests => tests}/generated/simple-di/src/simple_di/__init__.py (100%) rename {src/tests => tests}/generated/simple-di/src/simple_di/main.py (100%) rename {src/tests => tests}/generated/simple-di/src/simple_di/simple-di.json (100%) rename {src/tests => tests}/generated/simple-di/src/tests/__init__.py (100%) rename {src/tests => tests}/generated/simple-startup-app/LICENSE (100%) rename {src/tests => tests}/generated/simple-startup-app/README.md (100%) rename {src/tests => tests}/generated/simple-startup-app/appsettings.json (100%) rename {src/tests => tests}/generated/simple-startup-app/cpl-workspace.json (100%) rename {src/tests => tests}/generated/simple-startup-app/src/simple_startup_app/__init__.py (100%) rename {src/tests => tests}/generated/simple-startup-app/src/simple_startup_app/application.py (100%) rename {src/tests => tests}/generated/simple-startup-app/src/simple_startup_app/main.py (100%) rename {src/tests => tests}/generated/simple-startup-app/src/simple_startup_app/simple-startup-app.json (100%) rename {src/tests => tests}/generated/simple-startup-app/src/simple_startup_app/startup.py (100%) rename {src/tests => tests}/generated/simple-startup-app/src/tests/__init__.py (100%) rename {src/tests => tests}/generated/startup-app/LICENSE (100%) rename {src/tests => tests}/generated/startup-app/README.md (100%) rename {src/tests => tests}/generated/startup-app/cpl.json (100%) rename {src/tests => tests}/generated/startup-app/src/application.py (100%) rename {src/tests => tests}/generated/startup-app/src/main.py (100%) rename {src/tests => tests}/generated/startup-app/src/startup.py (100%) rename {src/tests => tests}/generated/startup-app/src/tests/__init__.py (100%) diff --git a/notices/pip.txt b/notices/pip.txt deleted file mode 100644 index ac9f0c59..00000000 --- a/notices/pip.txt +++ /dev/null @@ -1,54 +0,0 @@ -upload: - prod: - cpl: - twine upload --repository-url https://pip.sh-edraft.de dist/sh_cpl-core/publish/setup/* - twine upload -r pip.sh-edraft.de dist/sh_cpl-core/publish/setup/* - cli: - twine upload --repository-url https://pip.sh-edraft.de dist/sh_cpl-cli/publish/setup/* - twine upload -r pip.sh-edraft.de dist/sh_cpl-cli/publish/setup/* - - query: - twine upload --repository-url https://pip-dev.sh-edraft.de dist/sh_cpl-query/publish/setup/* - twine upload -r pip-dev.sh-edraft.de dist/sh_cpl-query/publish/setup/* - - exp: - cpl: - twine upload --repository-url https://pip-exp.sh-edraft.de dist/sh_cpl-core/publish/setup/* - twine upload -r pip-exp.sh-edraft.de dist/sh_cpl-core/publish/setup/* - - cli: - twine upload --repository-url https://pip-exp.sh-edraft.de dist/sh_cpl-cli/publish/setup/* - twine upload -r pip-exp.sh-edraft.de dist/sh_cpl-cli/publish/setup/* - - query: - twine upload --repository-url https://pip-exp.sh-edraft.de dist/sh_cpl-query/publish/setup/* - twine upload -r pip-exp.sh-edraft.de dist/sh_cpl-query/publish/setup/* - - dev: - cpl: - twine upload --repository-url https://pip-dev.sh-edraft.de dist/sh_cpl-core/publish/setup/* - twine upload -r pip-dev.sh-edraft.de dist/sh_cpl-core/publish/setup/* - - cli: - twine upload --repository-url https://pip-dev.sh-edraft.de dist/sh_cpl-cli/publish/setup/* - twine upload -r pip-dev.sh-edraft.de dist/sh_cpl-cli/publish/setup/* - - query: - twine upload --repository-url https://pip-dev.sh-edraft.de dist/sh_cpl-query/publish/setup/* - twine upload -r pip-dev.sh-edraft.de dist/sh_cpl-query/publish/setup/* - -install: - prod: - pip install --extra-index-url https://pip.sh-edraft.de/ sh_cpl - pip install --extra-index-url https://pip.sh-edraft.de/ sh_cpl-cli - pip install --extra-index-url https://pip.sh-edraft.de/ sh_cpl-query - - exp: - pip install --extra-index-url https://pip-exp.sh-edraft.de/ sh_cpl - pip install --extra-index-url https://pip-exp.sh-edraft.de/ sh_cpl-cli - pip install --extra-index-url https://pip-exp.sh-edraft.de/ sh_cpl-query - - dev: - pip install --extra-index-url https://pip-dev.sh-edraft.de/ sh_cpl - pip install --extra-index-url https://pip-dev.sh-edraft.de/ sh_cpl-cli - pip install --extra-index-url https://pip-dev.sh-edraft.de/ sh_cpl-query diff --git a/notices/todo.txt b/notices/todo.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/scripts/build.sh b/scripts/build.sh deleted file mode 100755 index 96d00ded..00000000 --- a/scripts/build.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -# activate venv -source /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/venv/bin/activate - -# CPL -cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_core -cpl build - -# CLI -cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_cli -cpl build - -# CPL Query -cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_query -cpl build \ No newline at end of file diff --git a/scripts/chrome.sh b/scripts/chrome.sh deleted file mode 100755 index b4f0e1ac..00000000 --- a/scripts/chrome.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -google-chrome $PWD/../docs/build/html/index.html \ No newline at end of file diff --git a/scripts/create_docs.sh b/scripts/create_docs.sh deleted file mode 100755 index 41e6f8f8..00000000 --- a/scripts/create_docs.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -cd ../docs/ -sphinx-apidoc -o source/ ../src/cpl_core -sphinx-apidoc -o source/ ../src/cpl_query -make clean -make html; -rm source/cpl_query.tests.rst \ No newline at end of file diff --git a/scripts/hello_world.py b/scripts/hello_world.py deleted file mode 100644 index d3e46f27..00000000 --- a/scripts/hello_world.py +++ /dev/null @@ -1 +0,0 @@ -print('Hello World') \ No newline at end of file diff --git a/scripts/publish.sh b/scripts/publish.sh deleted file mode 100755 index d46291b5..00000000 --- a/scripts/publish.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -# activate venv -source /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/venv/bin/activate - -# CPL -cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_core -cpl publish - -# CLI -cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_cli -cpl publish - -# CPL Query -cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_query -cpl publish \ No newline at end of file diff --git a/scripts/upload.sh b/scripts/upload.sh deleted file mode 100644 index 825782d5..00000000 --- a/scripts/upload.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -if [ $1 == "-prod" ]; then - twine upload -r pip.sh-edraft.de dist/cpl-cli/publish/setup/* - twine upload -r pip.sh-edraft.de dist/cpl-core/publish/setup/* - twine upload -r pip.sh-edraft.de dist/cpl-query/publish/setup/* -elif [ $1 == "-exp" ]; then - twine upload -r pip-exp.sh-edraft.de dist/cpl-cli/publish/setup/* - twine upload -r pip-exp.sh-edraft.de dist/cpl-core/publish/setup/* - twine upload -r pip-exp.sh-edraft.de dist/cpl-query/publish/setup/* - -else - twine upload -r pip-dev.sh-edraft.de dist/cpl-cli/publish/setup/* - twine upload -r pip-dev.sh-edraft.de dist/cpl-core/publish/setup/* - twine upload -r pip-dev.sh-edraft.de dist/cpl-query/publish/setup/* -fi diff --git a/src/tests/custom/async/LICENSE b/tests/custom/async/LICENSE similarity index 100% rename from src/tests/custom/async/LICENSE rename to tests/custom/async/LICENSE diff --git a/src/tests/custom/async/README.md b/tests/custom/async/README.md similarity index 100% rename from src/tests/custom/async/README.md rename to tests/custom/async/README.md diff --git a/src/tests/custom/async/appsettings.json b/tests/custom/async/appsettings.json similarity index 100% rename from src/tests/custom/async/appsettings.json rename to tests/custom/async/appsettings.json diff --git a/src/tests/custom/async/cpl-workspace.json b/tests/custom/async/cpl-workspace.json similarity index 100% rename from src/tests/custom/async/cpl-workspace.json rename to tests/custom/async/cpl-workspace.json diff --git a/src/tests/custom/async/src/async/__init__.py b/tests/custom/async/src/async/__init__.py similarity index 100% rename from src/tests/custom/async/src/async/__init__.py rename to tests/custom/async/src/async/__init__.py diff --git a/src/tests/custom/async/src/async/application.py b/tests/custom/async/src/async/application.py similarity index 100% rename from src/tests/custom/async/src/async/application.py rename to tests/custom/async/src/async/application.py diff --git a/src/tests/custom/async/src/async/async.json b/tests/custom/async/src/async/async.json similarity index 100% rename from src/tests/custom/async/src/async/async.json rename to tests/custom/async/src/async/async.json diff --git a/src/tests/custom/async/src/async/main.py b/tests/custom/async/src/async/main.py similarity index 100% rename from src/tests/custom/async/src/async/main.py rename to tests/custom/async/src/async/main.py diff --git a/src/tests/custom/async/src/async/startup.py b/tests/custom/async/src/async/startup.py similarity index 100% rename from src/tests/custom/async/src/async/startup.py rename to tests/custom/async/src/async/startup.py diff --git a/src/tests/custom/async/src/tests/__init__.py b/tests/custom/async/src/tests/__init__.py similarity index 100% rename from src/tests/custom/async/src/tests/__init__.py rename to tests/custom/async/src/tests/__init__.py diff --git a/src/tests/custom/console/main.py b/tests/custom/console/main.py similarity index 100% rename from src/tests/custom/console/main.py rename to tests/custom/console/main.py diff --git a/src/tests/custom/database/LICENSE b/tests/custom/database/LICENSE similarity index 100% rename from src/tests/custom/database/LICENSE rename to tests/custom/database/LICENSE diff --git a/src/tests/custom/database/README.md b/tests/custom/database/README.md similarity index 100% rename from src/tests/custom/database/README.md rename to tests/custom/database/README.md diff --git a/src/tests/custom/database/cpl.json b/tests/custom/database/cpl.json similarity index 100% rename from src/tests/custom/database/cpl.json rename to tests/custom/database/cpl.json diff --git a/src/tests/custom/database/src/application.py b/tests/custom/database/src/application.py similarity index 100% rename from src/tests/custom/database/src/application.py rename to tests/custom/database/src/application.py diff --git a/src/tests/custom/database/src/appsettings.development.json b/tests/custom/database/src/appsettings.development.json similarity index 100% rename from src/tests/custom/database/src/appsettings.development.json rename to tests/custom/database/src/appsettings.development.json diff --git a/src/tests/custom/database/src/appsettings.edrafts-lapi.json b/tests/custom/database/src/appsettings.edrafts-lapi.json similarity index 100% rename from src/tests/custom/database/src/appsettings.edrafts-lapi.json rename to tests/custom/database/src/appsettings.edrafts-lapi.json diff --git a/src/tests/custom/database/src/appsettings.edrafts-pc.json b/tests/custom/database/src/appsettings.edrafts-pc.json similarity index 100% rename from src/tests/custom/database/src/appsettings.edrafts-pc.json rename to tests/custom/database/src/appsettings.edrafts-pc.json diff --git a/src/tests/custom/database/src/appsettings.json b/tests/custom/database/src/appsettings.json similarity index 100% rename from src/tests/custom/database/src/appsettings.json rename to tests/custom/database/src/appsettings.json diff --git a/src/tests/custom/database/src/main.py b/tests/custom/database/src/main.py similarity index 100% rename from src/tests/custom/database/src/main.py rename to tests/custom/database/src/main.py diff --git a/src/tests/custom/database/src/model/__init__.py b/tests/custom/database/src/model/__init__.py similarity index 100% rename from src/tests/custom/database/src/model/__init__.py rename to tests/custom/database/src/model/__init__.py diff --git a/src/tests/custom/database/src/model/city_model.py b/tests/custom/database/src/model/city_model.py similarity index 100% rename from src/tests/custom/database/src/model/city_model.py rename to tests/custom/database/src/model/city_model.py diff --git a/src/tests/custom/database/src/model/db_context.py b/tests/custom/database/src/model/db_context.py similarity index 100% rename from src/tests/custom/database/src/model/db_context.py rename to tests/custom/database/src/model/db_context.py diff --git a/src/tests/custom/database/src/model/user_model.py b/tests/custom/database/src/model/user_model.py similarity index 100% rename from src/tests/custom/database/src/model/user_model.py rename to tests/custom/database/src/model/user_model.py diff --git a/src/tests/custom/database/src/model/user_repo.py b/tests/custom/database/src/model/user_repo.py similarity index 100% rename from src/tests/custom/database/src/model/user_repo.py rename to tests/custom/database/src/model/user_repo.py diff --git a/src/tests/custom/database/src/model/user_repo_abc.py b/tests/custom/database/src/model/user_repo_abc.py similarity index 100% rename from src/tests/custom/database/src/model/user_repo_abc.py rename to tests/custom/database/src/model/user_repo_abc.py diff --git a/src/tests/custom/database/src/startup.py b/tests/custom/database/src/startup.py similarity index 100% rename from src/tests/custom/database/src/startup.py rename to tests/custom/database/src/startup.py diff --git a/src/tests/custom/database/src/tests/__init__.py b/tests/custom/database/src/tests/__init__.py similarity index 100% rename from src/tests/custom/database/src/tests/__init__.py rename to tests/custom/database/src/tests/__init__.py diff --git a/src/tests/custom/di/LICENSE b/tests/custom/di/LICENSE similarity index 100% rename from src/tests/custom/di/LICENSE rename to tests/custom/di/LICENSE diff --git a/src/tests/custom/di/README.md b/tests/custom/di/README.md similarity index 100% rename from src/tests/custom/di/README.md rename to tests/custom/di/README.md diff --git a/src/tests/custom/di/appsettings.json b/tests/custom/di/appsettings.json similarity index 100% rename from src/tests/custom/di/appsettings.json rename to tests/custom/di/appsettings.json diff --git a/src/tests/custom/di/cpl-workspace.json b/tests/custom/di/cpl-workspace.json similarity index 100% rename from src/tests/custom/di/cpl-workspace.json rename to tests/custom/di/cpl-workspace.json diff --git a/src/tests/custom/di/src/di/__init__.py b/tests/custom/di/src/di/__init__.py similarity index 100% rename from src/tests/custom/di/src/di/__init__.py rename to tests/custom/di/src/di/__init__.py diff --git a/src/tests/custom/di/src/di/application.py b/tests/custom/di/src/di/application.py similarity index 100% rename from src/tests/custom/di/src/di/application.py rename to tests/custom/di/src/di/application.py diff --git a/src/tests/custom/di/src/di/di.json b/tests/custom/di/src/di/di.json similarity index 100% rename from src/tests/custom/di/src/di/di.json rename to tests/custom/di/src/di/di.json diff --git a/src/tests/custom/di/src/di/di_tester_service.py b/tests/custom/di/src/di/di_tester_service.py similarity index 100% rename from src/tests/custom/di/src/di/di_tester_service.py rename to tests/custom/di/src/di/di_tester_service.py diff --git a/src/tests/custom/di/src/di/main.py b/tests/custom/di/src/di/main.py similarity index 100% rename from src/tests/custom/di/src/di/main.py rename to tests/custom/di/src/di/main.py diff --git a/src/tests/custom/di/src/di/startup.py b/tests/custom/di/src/di/startup.py similarity index 100% rename from src/tests/custom/di/src/di/startup.py rename to tests/custom/di/src/di/startup.py diff --git a/src/tests/custom/di/src/di/test_service_service.py b/tests/custom/di/src/di/test_service_service.py similarity index 100% rename from src/tests/custom/di/src/di/test_service_service.py rename to tests/custom/di/src/di/test_service_service.py diff --git a/src/tests/custom/di/src/tests/__init__.py b/tests/custom/di/src/tests/__init__.py similarity index 100% rename from src/tests/custom/di/src/tests/__init__.py rename to tests/custom/di/src/tests/__init__.py diff --git a/src/tests/custom/discord/LICENSE b/tests/custom/discord/LICENSE similarity index 100% rename from src/tests/custom/discord/LICENSE rename to tests/custom/discord/LICENSE diff --git a/src/tests/custom/discord/README.md b/tests/custom/discord/README.md similarity index 100% rename from src/tests/custom/discord/README.md rename to tests/custom/discord/README.md diff --git a/src/tests/custom/discord/cpl-workspace.json b/tests/custom/discord/cpl-workspace.json similarity index 100% rename from src/tests/custom/discord/cpl-workspace.json rename to tests/custom/discord/cpl-workspace.json diff --git a/src/tests/custom/discord/src/discord_bot/__init__.py b/tests/custom/discord/src/discord_bot/__init__.py similarity index 100% rename from src/tests/custom/discord/src/discord_bot/__init__.py rename to tests/custom/discord/src/discord_bot/__init__.py diff --git a/src/tests/custom/discord/src/discord_bot/application.py b/tests/custom/discord/src/discord_bot/application.py similarity index 100% rename from src/tests/custom/discord/src/discord_bot/application.py rename to tests/custom/discord/src/discord_bot/application.py diff --git a/src/tests/custom/discord/src/discord_bot/appsettings.json b/tests/custom/discord/src/discord_bot/appsettings.json similarity index 100% rename from src/tests/custom/discord/src/discord_bot/appsettings.json rename to tests/custom/discord/src/discord_bot/appsettings.json diff --git a/src/tests/custom/discord/src/discord_bot/discord-bot.json b/tests/custom/discord/src/discord_bot/discord-bot.json similarity index 100% rename from src/tests/custom/discord/src/discord_bot/discord-bot.json rename to tests/custom/discord/src/discord_bot/discord-bot.json diff --git a/src/tests/custom/discord/src/discord_bot/main.py b/tests/custom/discord/src/discord_bot/main.py similarity index 100% rename from src/tests/custom/discord/src/discord_bot/main.py rename to tests/custom/discord/src/discord_bot/main.py diff --git a/src/tests/custom/discord/src/discord_bot/startup.py b/tests/custom/discord/src/discord_bot/startup.py similarity index 100% rename from src/tests/custom/discord/src/discord_bot/startup.py rename to tests/custom/discord/src/discord_bot/startup.py diff --git a/src/tests/custom/discord/src/modules/__init__.py b/tests/custom/discord/src/modules/__init__.py similarity index 100% rename from src/tests/custom/discord/src/modules/__init__.py rename to tests/custom/discord/src/modules/__init__.py diff --git a/src/tests/custom/discord/src/modules/hello_world/__init__.py b/tests/custom/discord/src/modules/hello_world/__init__.py similarity index 100% rename from src/tests/custom/discord/src/modules/hello_world/__init__.py rename to tests/custom/discord/src/modules/hello_world/__init__.py diff --git a/src/tests/custom/discord/src/modules/hello_world/hello-world.json b/tests/custom/discord/src/modules/hello_world/hello-world.json similarity index 100% rename from src/tests/custom/discord/src/modules/hello_world/hello-world.json rename to tests/custom/discord/src/modules/hello_world/hello-world.json diff --git a/src/tests/custom/discord/src/modules/hello_world/on_ready_event.py b/tests/custom/discord/src/modules/hello_world/on_ready_event.py similarity index 100% rename from src/tests/custom/discord/src/modules/hello_world/on_ready_event.py rename to tests/custom/discord/src/modules/hello_world/on_ready_event.py diff --git a/src/tests/custom/discord/src/modules/hello_world/on_ready_test_event.py b/tests/custom/discord/src/modules/hello_world/on_ready_test_event.py similarity index 100% rename from src/tests/custom/discord/src/modules/hello_world/on_ready_test_event.py rename to tests/custom/discord/src/modules/hello_world/on_ready_test_event.py diff --git a/src/tests/custom/discord/src/modules/hello_world/ping_command.py b/tests/custom/discord/src/modules/hello_world/ping_command.py similarity index 100% rename from src/tests/custom/discord/src/modules/hello_world/ping_command.py rename to tests/custom/discord/src/modules/hello_world/ping_command.py diff --git a/src/tests/custom/discord/src/modules/hello_world/purge_command.py b/tests/custom/discord/src/modules/hello_world/purge_command.py similarity index 100% rename from src/tests/custom/discord/src/modules/hello_world/purge_command.py rename to tests/custom/discord/src/modules/hello_world/purge_command.py diff --git a/src/tests/custom/discord/src/tests/__init__.py b/tests/custom/discord/src/tests/__init__.py similarity index 100% rename from src/tests/custom/discord/src/tests/__init__.py rename to tests/custom/discord/src/tests/__init__.py diff --git a/src/tests/custom/general/cpl-workspace.json b/tests/custom/general/cpl-workspace.json similarity index 100% rename from src/tests/custom/general/cpl-workspace.json rename to tests/custom/general/cpl-workspace.json diff --git a/src/tests/custom/general/src/general/application.py b/tests/custom/general/src/general/application.py similarity index 100% rename from src/tests/custom/general/src/general/application.py rename to tests/custom/general/src/general/application.py diff --git a/src/tests/custom/general/src/general/appsettings.development.json b/tests/custom/general/src/general/appsettings.development.json similarity index 100% rename from src/tests/custom/general/src/general/appsettings.development.json rename to tests/custom/general/src/general/appsettings.development.json diff --git a/src/tests/custom/general/src/general/appsettings.edrafts-lapi.json b/tests/custom/general/src/general/appsettings.edrafts-lapi.json similarity index 100% rename from src/tests/custom/general/src/general/appsettings.edrafts-lapi.json rename to tests/custom/general/src/general/appsettings.edrafts-lapi.json diff --git a/src/tests/custom/general/src/general/appsettings.edrafts-pc-ubuntu.json b/tests/custom/general/src/general/appsettings.edrafts-pc-ubuntu.json similarity index 100% rename from src/tests/custom/general/src/general/appsettings.edrafts-pc-ubuntu.json rename to tests/custom/general/src/general/appsettings.edrafts-pc-ubuntu.json diff --git a/src/tests/custom/general/src/general/appsettings.json b/tests/custom/general/src/general/appsettings.json similarity index 100% rename from src/tests/custom/general/src/general/appsettings.json rename to tests/custom/general/src/general/appsettings.json diff --git a/src/tests/custom/general/src/general/arguments/__init__.py b/tests/custom/general/src/general/arguments/__init__.py similarity index 100% rename from src/tests/custom/general/src/general/arguments/__init__.py rename to tests/custom/general/src/general/arguments/__init__.py diff --git a/src/tests/custom/general/src/general/arguments/generate_argument.py b/tests/custom/general/src/general/arguments/generate_argument.py similarity index 100% rename from src/tests/custom/general/src/general/arguments/generate_argument.py rename to tests/custom/general/src/general/arguments/generate_argument.py diff --git a/src/tests/custom/general/src/general/arguments/install_argument.py b/tests/custom/general/src/general/arguments/install_argument.py similarity index 100% rename from src/tests/custom/general/src/general/arguments/install_argument.py rename to tests/custom/general/src/general/arguments/install_argument.py diff --git a/src/tests/custom/general/src/general/db/__init__.py b/tests/custom/general/src/general/db/__init__.py similarity index 100% rename from src/tests/custom/general/src/general/db/__init__.py rename to tests/custom/general/src/general/db/__init__.py diff --git a/src/tests/custom/general/src/general/general.json b/tests/custom/general/src/general/general.json similarity index 100% rename from src/tests/custom/general/src/general/general.json rename to tests/custom/general/src/general/general.json diff --git a/src/tests/custom/general/src/general/main.py b/tests/custom/general/src/general/main.py similarity index 100% rename from src/tests/custom/general/src/general/main.py rename to tests/custom/general/src/general/main.py diff --git a/src/tests/custom/general/src/general/parameter_startup.py b/tests/custom/general/src/general/parameter_startup.py similarity index 100% rename from src/tests/custom/general/src/general/parameter_startup.py rename to tests/custom/general/src/general/parameter_startup.py diff --git a/src/tests/custom/general/src/general/startup.py b/tests/custom/general/src/general/startup.py similarity index 100% rename from src/tests/custom/general/src/general/startup.py rename to tests/custom/general/src/general/startup.py diff --git a/src/tests/custom/general/src/general/test_extension.py b/tests/custom/general/src/general/test_extension.py similarity index 100% rename from src/tests/custom/general/src/general/test_extension.py rename to tests/custom/general/src/general/test_extension.py diff --git a/src/tests/custom/general/src/general/test_service.py b/tests/custom/general/src/general/test_service.py similarity index 100% rename from src/tests/custom/general/src/general/test_service.py rename to tests/custom/general/src/general/test_service.py diff --git a/src/tests/custom/general/src/general/test_startup_extension.py b/tests/custom/general/src/general/test_startup_extension.py similarity index 100% rename from src/tests/custom/general/src/general/test_startup_extension.py rename to tests/custom/general/src/general/test_startup_extension.py diff --git a/src/tests/custom/translation/LICENSE b/tests/custom/translation/LICENSE similarity index 100% rename from src/tests/custom/translation/LICENSE rename to tests/custom/translation/LICENSE diff --git a/src/tests/custom/translation/README.md b/tests/custom/translation/README.md similarity index 100% rename from src/tests/custom/translation/README.md rename to tests/custom/translation/README.md diff --git a/src/tests/custom/translation/cpl-workspace.json b/tests/custom/translation/cpl-workspace.json similarity index 100% rename from src/tests/custom/translation/cpl-workspace.json rename to tests/custom/translation/cpl-workspace.json diff --git a/src/tests/custom/translation/src/tests/__init__.py b/tests/custom/translation/src/tests/__init__.py similarity index 100% rename from src/tests/custom/translation/src/tests/__init__.py rename to tests/custom/translation/src/tests/__init__.py diff --git a/src/tests/custom/translation/src/translation/__init__.py b/tests/custom/translation/src/translation/__init__.py similarity index 100% rename from src/tests/custom/translation/src/translation/__init__.py rename to tests/custom/translation/src/translation/__init__.py diff --git a/src/tests/custom/translation/src/translation/application.py b/tests/custom/translation/src/translation/application.py similarity index 100% rename from src/tests/custom/translation/src/translation/application.py rename to tests/custom/translation/src/translation/application.py diff --git a/src/tests/custom/translation/src/translation/appsettings.json b/tests/custom/translation/src/translation/appsettings.json similarity index 100% rename from src/tests/custom/translation/src/translation/appsettings.json rename to tests/custom/translation/src/translation/appsettings.json diff --git a/src/tests/custom/translation/src/translation/main.py b/tests/custom/translation/src/translation/main.py similarity index 100% rename from src/tests/custom/translation/src/translation/main.py rename to tests/custom/translation/src/translation/main.py diff --git a/src/tests/custom/translation/src/translation/startup.py b/tests/custom/translation/src/translation/startup.py similarity index 100% rename from src/tests/custom/translation/src/translation/startup.py rename to tests/custom/translation/src/translation/startup.py diff --git a/src/tests/custom/translation/src/translation/translation.json b/tests/custom/translation/src/translation/translation.json similarity index 100% rename from src/tests/custom/translation/src/translation/translation.json rename to tests/custom/translation/src/translation/translation.json diff --git a/src/tests/custom/translation/src/translation/translation/de.json b/tests/custom/translation/src/translation/translation/de.json similarity index 100% rename from src/tests/custom/translation/src/translation/translation/de.json rename to tests/custom/translation/src/translation/translation/de.json diff --git a/src/tests/custom/translation/src/translation/translation/en.json b/tests/custom/translation/src/translation/translation/en.json similarity index 100% rename from src/tests/custom/translation/src/translation/translation/en.json rename to tests/custom/translation/src/translation/translation/en.json diff --git a/src/tests/generated/simple-app/LICENSE b/tests/generated/simple-app/LICENSE similarity index 100% rename from src/tests/generated/simple-app/LICENSE rename to tests/generated/simple-app/LICENSE diff --git a/src/tests/generated/simple-app/README.md b/tests/generated/simple-app/README.md similarity index 100% rename from src/tests/generated/simple-app/README.md rename to tests/generated/simple-app/README.md diff --git a/src/tests/generated/simple-app/appsettings.json b/tests/generated/simple-app/appsettings.json similarity index 100% rename from src/tests/generated/simple-app/appsettings.json rename to tests/generated/simple-app/appsettings.json diff --git a/src/tests/generated/simple-app/cpl-workspace.json b/tests/generated/simple-app/cpl-workspace.json similarity index 100% rename from src/tests/generated/simple-app/cpl-workspace.json rename to tests/generated/simple-app/cpl-workspace.json diff --git a/src/tests/generated/simple-app/cpl.json b/tests/generated/simple-app/cpl.json similarity index 100% rename from src/tests/generated/simple-app/cpl.json rename to tests/generated/simple-app/cpl.json diff --git a/src/tests/generated/simple-app/src/application.py b/tests/generated/simple-app/src/application.py similarity index 100% rename from src/tests/generated/simple-app/src/application.py rename to tests/generated/simple-app/src/application.py diff --git a/src/tests/generated/simple-app/src/main.py b/tests/generated/simple-app/src/main.py similarity index 100% rename from src/tests/generated/simple-app/src/main.py rename to tests/generated/simple-app/src/main.py diff --git a/src/tests/generated/simple-app/src/simple_app/__init__.py b/tests/generated/simple-app/src/simple_app/__init__.py similarity index 100% rename from src/tests/generated/simple-app/src/simple_app/__init__.py rename to tests/generated/simple-app/src/simple_app/__init__.py diff --git a/src/tests/generated/simple-app/src/simple_app/application.py b/tests/generated/simple-app/src/simple_app/application.py similarity index 100% rename from src/tests/generated/simple-app/src/simple_app/application.py rename to tests/generated/simple-app/src/simple_app/application.py diff --git a/src/tests/generated/simple-app/src/simple_app/main.py b/tests/generated/simple-app/src/simple_app/main.py similarity index 100% rename from src/tests/generated/simple-app/src/simple_app/main.py rename to tests/generated/simple-app/src/simple_app/main.py diff --git a/src/tests/generated/simple-app/src/simple_app/simple-app.json b/tests/generated/simple-app/src/simple_app/simple-app.json similarity index 100% rename from src/tests/generated/simple-app/src/simple_app/simple-app.json rename to tests/generated/simple-app/src/simple_app/simple-app.json diff --git a/src/tests/generated/simple-app/src/tests/__init__.py b/tests/generated/simple-app/src/tests/__init__.py similarity index 100% rename from src/tests/generated/simple-app/src/tests/__init__.py rename to tests/generated/simple-app/src/tests/__init__.py diff --git a/src/tests/generated/simple-console/LICENSE b/tests/generated/simple-console/LICENSE similarity index 100% rename from src/tests/generated/simple-console/LICENSE rename to tests/generated/simple-console/LICENSE diff --git a/src/tests/generated/simple-console/README.md b/tests/generated/simple-console/README.md similarity index 100% rename from src/tests/generated/simple-console/README.md rename to tests/generated/simple-console/README.md diff --git a/src/tests/generated/simple-console/appsettings.json b/tests/generated/simple-console/appsettings.json similarity index 100% rename from src/tests/generated/simple-console/appsettings.json rename to tests/generated/simple-console/appsettings.json diff --git a/src/tests/generated/simple-console/cpl-workspace.json b/tests/generated/simple-console/cpl-workspace.json similarity index 100% rename from src/tests/generated/simple-console/cpl-workspace.json rename to tests/generated/simple-console/cpl-workspace.json diff --git a/src/tests/generated/simple-console/cpl.json b/tests/generated/simple-console/cpl.json similarity index 100% rename from src/tests/generated/simple-console/cpl.json rename to tests/generated/simple-console/cpl.json diff --git a/src/tests/generated/simple-console/src/main.py b/tests/generated/simple-console/src/main.py similarity index 100% rename from src/tests/generated/simple-console/src/main.py rename to tests/generated/simple-console/src/main.py diff --git a/src/tests/generated/simple-console/src/simple_console/__init__.py b/tests/generated/simple-console/src/simple_console/__init__.py similarity index 100% rename from src/tests/generated/simple-console/src/simple_console/__init__.py rename to tests/generated/simple-console/src/simple_console/__init__.py diff --git a/src/tests/generated/simple-console/src/simple_console/main.py b/tests/generated/simple-console/src/simple_console/main.py similarity index 100% rename from src/tests/generated/simple-console/src/simple_console/main.py rename to tests/generated/simple-console/src/simple_console/main.py diff --git a/src/tests/generated/simple-console/src/simple_console/simple-console.json b/tests/generated/simple-console/src/simple_console/simple-console.json similarity index 100% rename from src/tests/generated/simple-console/src/simple_console/simple-console.json rename to tests/generated/simple-console/src/simple_console/simple-console.json diff --git a/src/tests/generated/simple-console/src/tests/__init__.py b/tests/generated/simple-console/src/tests/__init__.py similarity index 100% rename from src/tests/generated/simple-console/src/tests/__init__.py rename to tests/generated/simple-console/src/tests/__init__.py diff --git a/src/tests/generated/simple-di/LICENSE b/tests/generated/simple-di/LICENSE similarity index 100% rename from src/tests/generated/simple-di/LICENSE rename to tests/generated/simple-di/LICENSE diff --git a/src/tests/generated/simple-di/README.md b/tests/generated/simple-di/README.md similarity index 100% rename from src/tests/generated/simple-di/README.md rename to tests/generated/simple-di/README.md diff --git a/src/tests/generated/simple-di/appsettings.json b/tests/generated/simple-di/appsettings.json similarity index 100% rename from src/tests/generated/simple-di/appsettings.json rename to tests/generated/simple-di/appsettings.json diff --git a/src/tests/generated/simple-di/cpl-workspace.json b/tests/generated/simple-di/cpl-workspace.json similarity index 100% rename from src/tests/generated/simple-di/cpl-workspace.json rename to tests/generated/simple-di/cpl-workspace.json diff --git a/src/tests/generated/simple-di/cpl.json b/tests/generated/simple-di/cpl.json similarity index 100% rename from src/tests/generated/simple-di/cpl.json rename to tests/generated/simple-di/cpl.json diff --git a/src/tests/generated/simple-di/src/main.py b/tests/generated/simple-di/src/main.py similarity index 100% rename from src/tests/generated/simple-di/src/main.py rename to tests/generated/simple-di/src/main.py diff --git a/src/tests/generated/simple-di/src/simple_di/__init__.py b/tests/generated/simple-di/src/simple_di/__init__.py similarity index 100% rename from src/tests/generated/simple-di/src/simple_di/__init__.py rename to tests/generated/simple-di/src/simple_di/__init__.py diff --git a/src/tests/generated/simple-di/src/simple_di/main.py b/tests/generated/simple-di/src/simple_di/main.py similarity index 100% rename from src/tests/generated/simple-di/src/simple_di/main.py rename to tests/generated/simple-di/src/simple_di/main.py diff --git a/src/tests/generated/simple-di/src/simple_di/simple-di.json b/tests/generated/simple-di/src/simple_di/simple-di.json similarity index 100% rename from src/tests/generated/simple-di/src/simple_di/simple-di.json rename to tests/generated/simple-di/src/simple_di/simple-di.json diff --git a/src/tests/generated/simple-di/src/tests/__init__.py b/tests/generated/simple-di/src/tests/__init__.py similarity index 100% rename from src/tests/generated/simple-di/src/tests/__init__.py rename to tests/generated/simple-di/src/tests/__init__.py diff --git a/src/tests/generated/simple-startup-app/LICENSE b/tests/generated/simple-startup-app/LICENSE similarity index 100% rename from src/tests/generated/simple-startup-app/LICENSE rename to tests/generated/simple-startup-app/LICENSE diff --git a/src/tests/generated/simple-startup-app/README.md b/tests/generated/simple-startup-app/README.md similarity index 100% rename from src/tests/generated/simple-startup-app/README.md rename to tests/generated/simple-startup-app/README.md diff --git a/src/tests/generated/simple-startup-app/appsettings.json b/tests/generated/simple-startup-app/appsettings.json similarity index 100% rename from src/tests/generated/simple-startup-app/appsettings.json rename to tests/generated/simple-startup-app/appsettings.json diff --git a/src/tests/generated/simple-startup-app/cpl-workspace.json b/tests/generated/simple-startup-app/cpl-workspace.json similarity index 100% rename from src/tests/generated/simple-startup-app/cpl-workspace.json rename to tests/generated/simple-startup-app/cpl-workspace.json diff --git a/src/tests/generated/simple-startup-app/src/simple_startup_app/__init__.py b/tests/generated/simple-startup-app/src/simple_startup_app/__init__.py similarity index 100% rename from src/tests/generated/simple-startup-app/src/simple_startup_app/__init__.py rename to tests/generated/simple-startup-app/src/simple_startup_app/__init__.py diff --git a/src/tests/generated/simple-startup-app/src/simple_startup_app/application.py b/tests/generated/simple-startup-app/src/simple_startup_app/application.py similarity index 100% rename from src/tests/generated/simple-startup-app/src/simple_startup_app/application.py rename to tests/generated/simple-startup-app/src/simple_startup_app/application.py diff --git a/src/tests/generated/simple-startup-app/src/simple_startup_app/main.py b/tests/generated/simple-startup-app/src/simple_startup_app/main.py similarity index 100% rename from src/tests/generated/simple-startup-app/src/simple_startup_app/main.py rename to tests/generated/simple-startup-app/src/simple_startup_app/main.py diff --git a/src/tests/generated/simple-startup-app/src/simple_startup_app/simple-startup-app.json b/tests/generated/simple-startup-app/src/simple_startup_app/simple-startup-app.json similarity index 100% rename from src/tests/generated/simple-startup-app/src/simple_startup_app/simple-startup-app.json rename to tests/generated/simple-startup-app/src/simple_startup_app/simple-startup-app.json diff --git a/src/tests/generated/simple-startup-app/src/simple_startup_app/startup.py b/tests/generated/simple-startup-app/src/simple_startup_app/startup.py similarity index 100% rename from src/tests/generated/simple-startup-app/src/simple_startup_app/startup.py rename to tests/generated/simple-startup-app/src/simple_startup_app/startup.py diff --git a/src/tests/generated/simple-startup-app/src/tests/__init__.py b/tests/generated/simple-startup-app/src/tests/__init__.py similarity index 100% rename from src/tests/generated/simple-startup-app/src/tests/__init__.py rename to tests/generated/simple-startup-app/src/tests/__init__.py diff --git a/src/tests/generated/startup-app/LICENSE b/tests/generated/startup-app/LICENSE similarity index 100% rename from src/tests/generated/startup-app/LICENSE rename to tests/generated/startup-app/LICENSE diff --git a/src/tests/generated/startup-app/README.md b/tests/generated/startup-app/README.md similarity index 100% rename from src/tests/generated/startup-app/README.md rename to tests/generated/startup-app/README.md diff --git a/src/tests/generated/startup-app/cpl.json b/tests/generated/startup-app/cpl.json similarity index 100% rename from src/tests/generated/startup-app/cpl.json rename to tests/generated/startup-app/cpl.json diff --git a/src/tests/generated/startup-app/src/application.py b/tests/generated/startup-app/src/application.py similarity index 100% rename from src/tests/generated/startup-app/src/application.py rename to tests/generated/startup-app/src/application.py diff --git a/src/tests/generated/startup-app/src/main.py b/tests/generated/startup-app/src/main.py similarity index 100% rename from src/tests/generated/startup-app/src/main.py rename to tests/generated/startup-app/src/main.py diff --git a/src/tests/generated/startup-app/src/startup.py b/tests/generated/startup-app/src/startup.py similarity index 100% rename from src/tests/generated/startup-app/src/startup.py rename to tests/generated/startup-app/src/startup.py diff --git a/src/tests/generated/startup-app/src/tests/__init__.py b/tests/generated/startup-app/src/tests/__init__.py similarity index 100% rename from src/tests/generated/startup-app/src/tests/__init__.py rename to tests/generated/startup-app/src/tests/__init__.py