diff --git a/src/tests/conftest.py b/src/conftest.py similarity index 100% rename from src/tests/conftest.py rename to src/conftest.py diff --git a/src/mq.py b/src/run4test_mq.py similarity index 100% rename from src/mq.py rename to src/run4test_mq.py diff --git a/src/tests/test_web.py b/src/run4test_web.py similarity index 100% rename from src/tests/test_web.py rename to src/run4test_web.py diff --git a/src/tests/test_mq.py b/src/run_mq.py similarity index 100% rename from src/tests/test_mq.py rename to src/run_mq.py diff --git a/src/web.py b/src/run_web.py similarity index 100% rename from src/web.py rename to src/run_web.py diff --git a/src/tests/covid19/blueprints/__init__.py b/src/tests/covid19/blueprints/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/tests/covid19/blueprints/admin/__init__.py b/src/tests/covid19/blueprints/admin/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/tests/covid19/blueprints/application/__init__.py b/src/tests/covid19/blueprints/application/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/tests/covid19/blueprints/ecdc/__init__.py b/src/tests/covid19/blueprints/ecdc/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/tests/covid19/blueprints/owid/__init__.py b/src/tests/covid19/blueprints/owid/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/tests/covid19/blueprints/rki_bundeslaender/__init__.py b/src/tests/covid19/blueprints/rki_bundeslaender/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/tests/covid19/blueprints/rki_landkreise/__init__.py b/src/tests/covid19/blueprints/rki_landkreise/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/tests/covid19/blueprints/rki_vaccination/__init__.py b/src/tests/covid19/blueprints/rki_vaccination/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/tests/covid19/blueprints/who/__init__.py b/src/tests/covid19/blueprints/who/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/src/tests/covid19/blueprints/admin/test_admin_views.py b/src/tests/test_admin_views.py similarity index 100% rename from src/tests/covid19/blueprints/admin/test_admin_views.py rename to src/tests/test_admin_views.py diff --git a/src/tests/covid19/blueprints/application/test_application_views.py b/src/tests/test_application_views.py similarity index 100% rename from src/tests/covid19/blueprints/application/test_application_views.py rename to src/tests/test_application_views.py diff --git a/src/tests/covid19/blueprints/owid/test_owid.py b/src/tests/test_owid.py similarity index 100% rename from src/tests/covid19/blueprints/owid/test_owid.py rename to src/tests/test_owid.py diff --git a/src/tests/covid19/blueprints/who/test_who_views.py b/src/tests/test_who_views.py similarity index 100% rename from src/tests/covid19/blueprints/who/test_who_views.py rename to src/tests/test_who_views.py