diff --git a/tests/custom/api/src/appsettings.development.json b/example/custom/api/src/appsettings.development.json similarity index 100% rename from tests/custom/api/src/appsettings.development.json rename to example/custom/api/src/appsettings.development.json diff --git a/tests/custom/api/src/appsettings.edrafts-pc.json b/example/custom/api/src/appsettings.edrafts-pc.json similarity index 100% rename from tests/custom/api/src/appsettings.edrafts-pc.json rename to example/custom/api/src/appsettings.edrafts-pc.json diff --git a/tests/custom/api/src/appsettings.json b/example/custom/api/src/appsettings.json similarity index 100% rename from tests/custom/api/src/appsettings.json rename to example/custom/api/src/appsettings.json diff --git a/tests/custom/api/src/main.py b/example/custom/api/src/main.py similarity index 100% rename from tests/custom/api/src/main.py rename to example/custom/api/src/main.py diff --git a/tests/custom/api/src/routes/__init__.py b/example/custom/api/src/routes/__init__.py similarity index 100% rename from tests/custom/api/src/routes/__init__.py rename to example/custom/api/src/routes/__init__.py diff --git a/tests/custom/api/src/routes/ping.py b/example/custom/api/src/routes/ping.py similarity index 100% rename from tests/custom/api/src/routes/ping.py rename to example/custom/api/src/routes/ping.py diff --git a/tests/custom/api/src/service.py b/example/custom/api/src/service.py similarity index 100% rename from tests/custom/api/src/service.py rename to example/custom/api/src/service.py diff --git a/tests/custom/console/main.py b/example/custom/console/main.py similarity index 100% rename from tests/custom/console/main.py rename to example/custom/console/main.py diff --git a/tests/custom/database/LICENSE b/example/custom/database/LICENSE similarity index 100% rename from tests/custom/database/LICENSE rename to example/custom/database/LICENSE diff --git a/tests/custom/database/README.md b/example/custom/database/README.md similarity index 100% rename from tests/custom/database/README.md rename to example/custom/database/README.md diff --git a/tests/custom/database/cpl.json b/example/custom/database/cpl.json similarity index 100% rename from tests/custom/database/cpl.json rename to example/custom/database/cpl.json diff --git a/tests/custom/database/src/application.py b/example/custom/database/src/application.py similarity index 100% rename from tests/custom/database/src/application.py rename to example/custom/database/src/application.py diff --git a/tests/custom/database/src/appsettings.development.json b/example/custom/database/src/appsettings.development.json similarity index 100% rename from tests/custom/database/src/appsettings.development.json rename to example/custom/database/src/appsettings.development.json diff --git a/tests/custom/database/src/appsettings.edrafts-lapi.json b/example/custom/database/src/appsettings.edrafts-lapi.json similarity index 100% rename from tests/custom/database/src/appsettings.edrafts-lapi.json rename to example/custom/database/src/appsettings.edrafts-lapi.json diff --git a/tests/custom/database/src/appsettings.edrafts-pc.json b/example/custom/database/src/appsettings.edrafts-pc.json similarity index 100% rename from tests/custom/database/src/appsettings.edrafts-pc.json rename to example/custom/database/src/appsettings.edrafts-pc.json diff --git a/tests/custom/database/src/appsettings.json b/example/custom/database/src/appsettings.json similarity index 100% rename from tests/custom/database/src/appsettings.json rename to example/custom/database/src/appsettings.json diff --git a/tests/custom/database/src/custom_permissions.py b/example/custom/database/src/custom_permissions.py similarity index 100% rename from tests/custom/database/src/custom_permissions.py rename to example/custom/database/src/custom_permissions.py diff --git a/tests/custom/database/src/main.py b/example/custom/database/src/main.py similarity index 100% rename from tests/custom/database/src/main.py rename to example/custom/database/src/main.py diff --git a/tests/custom/database/src/main_simplified.py b/example/custom/database/src/main_simplified.py similarity index 100% rename from tests/custom/database/src/main_simplified.py rename to example/custom/database/src/main_simplified.py diff --git a/tests/custom/database/src/model/__init__.py b/example/custom/database/src/model/__init__.py similarity index 100% rename from tests/custom/database/src/model/__init__.py rename to example/custom/database/src/model/__init__.py diff --git a/tests/custom/database/src/model/city.py b/example/custom/database/src/model/city.py similarity index 100% rename from tests/custom/database/src/model/city.py rename to example/custom/database/src/model/city.py diff --git a/tests/custom/database/src/model/city_dao.py b/example/custom/database/src/model/city_dao.py similarity index 100% rename from tests/custom/database/src/model/city_dao.py rename to example/custom/database/src/model/city_dao.py diff --git a/tests/custom/database/src/model/user.py b/example/custom/database/src/model/user.py similarity index 100% rename from tests/custom/database/src/model/user.py rename to example/custom/database/src/model/user.py diff --git a/tests/custom/database/src/model/user_dao.py b/example/custom/database/src/model/user_dao.py similarity index 100% rename from tests/custom/database/src/model/user_dao.py rename to example/custom/database/src/model/user_dao.py diff --git a/tests/custom/database/src/scripts/0-initial.sql b/example/custom/database/src/scripts/0-initial.sql similarity index 100% rename from tests/custom/database/src/scripts/0-initial.sql rename to example/custom/database/src/scripts/0-initial.sql diff --git a/tests/custom/database/src/startup.py b/example/custom/database/src/startup.py similarity index 100% rename from tests/custom/database/src/startup.py rename to example/custom/database/src/startup.py diff --git a/tests/custom/database/src/tests/__init__.py b/example/custom/database/src/tests/__init__.py similarity index 100% rename from tests/custom/database/src/tests/__init__.py rename to example/custom/database/src/tests/__init__.py diff --git a/tests/custom/di/LICENSE b/example/custom/di/LICENSE similarity index 100% rename from tests/custom/di/LICENSE rename to example/custom/di/LICENSE diff --git a/tests/custom/di/README.md b/example/custom/di/README.md similarity index 100% rename from tests/custom/di/README.md rename to example/custom/di/README.md diff --git a/tests/custom/di/appsettings.json b/example/custom/di/appsettings.json similarity index 100% rename from tests/custom/di/appsettings.json rename to example/custom/di/appsettings.json diff --git a/tests/custom/di/cpl-workspace.json b/example/custom/di/cpl-workspace.json similarity index 100% rename from tests/custom/di/cpl-workspace.json rename to example/custom/di/cpl-workspace.json diff --git a/tests/custom/di/src/di/__init__.py b/example/custom/di/src/di/__init__.py similarity index 100% rename from tests/custom/di/src/di/__init__.py rename to example/custom/di/src/di/__init__.py diff --git a/tests/custom/di/src/di/application.py b/example/custom/di/src/di/application.py similarity index 100% rename from tests/custom/di/src/di/application.py rename to example/custom/di/src/di/application.py diff --git a/tests/custom/di/src/di/di.json b/example/custom/di/src/di/di.json similarity index 100% rename from tests/custom/di/src/di/di.json rename to example/custom/di/src/di/di.json diff --git a/tests/custom/di/src/di/di_tester_service.py b/example/custom/di/src/di/di_tester_service.py similarity index 100% rename from tests/custom/di/src/di/di_tester_service.py rename to example/custom/di/src/di/di_tester_service.py diff --git a/tests/custom/di/src/di/main.py b/example/custom/di/src/di/main.py similarity index 100% rename from tests/custom/di/src/di/main.py rename to example/custom/di/src/di/main.py diff --git a/tests/custom/di/src/di/startup.py b/example/custom/di/src/di/startup.py similarity index 100% rename from tests/custom/di/src/di/startup.py rename to example/custom/di/src/di/startup.py diff --git a/tests/custom/di/src/di/static_test.py b/example/custom/di/src/di/static_test.py similarity index 100% rename from tests/custom/di/src/di/static_test.py rename to example/custom/di/src/di/static_test.py diff --git a/tests/custom/di/src/di/test1_service.py b/example/custom/di/src/di/test1_service.py similarity index 100% rename from tests/custom/di/src/di/test1_service.py rename to example/custom/di/src/di/test1_service.py diff --git a/tests/custom/di/src/di/test2_service.py b/example/custom/di/src/di/test2_service.py similarity index 100% rename from tests/custom/di/src/di/test2_service.py rename to example/custom/di/src/di/test2_service.py diff --git a/tests/custom/di/src/di/test_abc.py b/example/custom/di/src/di/test_abc.py similarity index 100% rename from tests/custom/di/src/di/test_abc.py rename to example/custom/di/src/di/test_abc.py diff --git a/tests/custom/di/src/di/test_service.py b/example/custom/di/src/di/test_service.py similarity index 100% rename from tests/custom/di/src/di/test_service.py rename to example/custom/di/src/di/test_service.py diff --git a/tests/custom/di/src/di/tester.py b/example/custom/di/src/di/tester.py similarity index 100% rename from tests/custom/di/src/di/tester.py rename to example/custom/di/src/di/tester.py diff --git a/tests/custom/di/src/tests/__init__.py b/example/custom/di/src/tests/__init__.py similarity index 100% rename from tests/custom/di/src/tests/__init__.py rename to example/custom/di/src/tests/__init__.py diff --git a/tests/custom/general/.cpl/schematic_custom.py b/example/custom/general/.cpl/schematic_custom.py similarity index 100% rename from tests/custom/general/.cpl/schematic_custom.py rename to example/custom/general/.cpl/schematic_custom.py diff --git a/tests/custom/general/cpl-workspace.json b/example/custom/general/cpl-workspace.json similarity index 100% rename from tests/custom/general/cpl-workspace.json rename to example/custom/general/cpl-workspace.json diff --git a/tests/custom/general/src/general/__init__.py b/example/custom/general/src/general/__init__.py similarity index 100% rename from tests/custom/general/src/general/__init__.py rename to example/custom/general/src/general/__init__.py diff --git a/tests/custom/general/src/general/application.py b/example/custom/general/src/general/application.py similarity index 100% rename from tests/custom/general/src/general/application.py rename to example/custom/general/src/general/application.py diff --git a/tests/custom/general/src/general/appsettings.development.json b/example/custom/general/src/general/appsettings.development.json similarity index 100% rename from tests/custom/general/src/general/appsettings.development.json rename to example/custom/general/src/general/appsettings.development.json diff --git a/tests/custom/general/src/general/appsettings.edrafts-lapi.json b/example/custom/general/src/general/appsettings.edrafts-lapi.json similarity index 100% rename from tests/custom/general/src/general/appsettings.edrafts-lapi.json rename to example/custom/general/src/general/appsettings.edrafts-lapi.json diff --git a/tests/custom/general/src/general/appsettings.edrafts-pc.json b/example/custom/general/src/general/appsettings.edrafts-pc.json similarity index 100% rename from tests/custom/general/src/general/appsettings.edrafts-pc.json rename to example/custom/general/src/general/appsettings.edrafts-pc.json diff --git a/tests/custom/general/src/general/appsettings.json b/example/custom/general/src/general/appsettings.json similarity index 100% rename from tests/custom/general/src/general/appsettings.json rename to example/custom/general/src/general/appsettings.json diff --git a/tests/custom/general/src/general/db/__init__.py b/example/custom/general/src/general/db/__init__.py similarity index 100% rename from tests/custom/general/src/general/db/__init__.py rename to example/custom/general/src/general/db/__init__.py diff --git a/tests/custom/general/src/general/general.json b/example/custom/general/src/general/general.json similarity index 100% rename from tests/custom/general/src/general/general.json rename to example/custom/general/src/general/general.json diff --git a/tests/custom/general/src/general/main.py b/example/custom/general/src/general/main.py similarity index 100% rename from tests/custom/general/src/general/main.py rename to example/custom/general/src/general/main.py diff --git a/tests/custom/general/src/general/startup.py b/example/custom/general/src/general/startup.py similarity index 100% rename from tests/custom/general/src/general/startup.py rename to example/custom/general/src/general/startup.py diff --git a/tests/custom/general/src/general/test_extension.py b/example/custom/general/src/general/test_extension.py similarity index 100% rename from tests/custom/general/src/general/test_extension.py rename to example/custom/general/src/general/test_extension.py diff --git a/tests/custom/general/src/general/test_service.py b/example/custom/general/src/general/test_service.py similarity index 100% rename from tests/custom/general/src/general/test_service.py rename to example/custom/general/src/general/test_service.py diff --git a/tests/custom/general/src/general/test_settings.py b/example/custom/general/src/general/test_settings.py similarity index 100% rename from tests/custom/general/src/general/test_settings.py rename to example/custom/general/src/general/test_settings.py diff --git a/tests/custom/general/src/general/test_startup_extension.py b/example/custom/general/src/general/test_startup_extension.py similarity index 100% rename from tests/custom/general/src/general/test_startup_extension.py rename to example/custom/general/src/general/test_startup_extension.py diff --git a/tests/custom/general/test/__init__.py b/example/custom/general/test/__init__.py similarity index 100% rename from tests/custom/general/test/__init__.py rename to example/custom/general/test/__init__.py diff --git a/tests/custom/general/test/custom.py b/example/custom/general/test/custom.py similarity index 100% rename from tests/custom/general/test/custom.py rename to example/custom/general/test/custom.py diff --git a/tests/custom/translation/LICENSE b/example/custom/translation/LICENSE similarity index 100% rename from tests/custom/translation/LICENSE rename to example/custom/translation/LICENSE diff --git a/tests/custom/translation/README.md b/example/custom/translation/README.md similarity index 100% rename from tests/custom/translation/README.md rename to example/custom/translation/README.md diff --git a/tests/custom/translation/cpl-workspace.json b/example/custom/translation/cpl-workspace.json similarity index 100% rename from tests/custom/translation/cpl-workspace.json rename to example/custom/translation/cpl-workspace.json diff --git a/tests/custom/translation/src/tests/__init__.py b/example/custom/translation/src/tests/__init__.py similarity index 100% rename from tests/custom/translation/src/tests/__init__.py rename to example/custom/translation/src/tests/__init__.py diff --git a/tests/custom/translation/src/translation/__init__.py b/example/custom/translation/src/translation/__init__.py similarity index 100% rename from tests/custom/translation/src/translation/__init__.py rename to example/custom/translation/src/translation/__init__.py diff --git a/tests/custom/translation/src/translation/application.py b/example/custom/translation/src/translation/application.py similarity index 100% rename from tests/custom/translation/src/translation/application.py rename to example/custom/translation/src/translation/application.py diff --git a/tests/custom/translation/src/translation/appsettings.json b/example/custom/translation/src/translation/appsettings.json similarity index 100% rename from tests/custom/translation/src/translation/appsettings.json rename to example/custom/translation/src/translation/appsettings.json diff --git a/tests/custom/translation/src/translation/main.py b/example/custom/translation/src/translation/main.py similarity index 100% rename from tests/custom/translation/src/translation/main.py rename to example/custom/translation/src/translation/main.py diff --git a/tests/custom/translation/src/translation/startup.py b/example/custom/translation/src/translation/startup.py similarity index 100% rename from tests/custom/translation/src/translation/startup.py rename to example/custom/translation/src/translation/startup.py diff --git a/tests/custom/translation/src/translation/translation.json b/example/custom/translation/src/translation/translation.json similarity index 100% rename from tests/custom/translation/src/translation/translation.json rename to example/custom/translation/src/translation/translation.json diff --git a/tests/custom/translation/src/translation/translation/de.json b/example/custom/translation/src/translation/translation/de.json similarity index 100% rename from tests/custom/translation/src/translation/translation/de.json rename to example/custom/translation/src/translation/translation/de.json diff --git a/tests/custom/translation/src/translation/translation/en.json b/example/custom/translation/src/translation/translation/en.json similarity index 100% rename from tests/custom/translation/src/translation/translation/en.json rename to example/custom/translation/src/translation/translation/en.json