diff --git a/src/milla/tests/__init__.py b/test/__init__.py similarity index 100% rename from src/milla/tests/__init__.py rename to test/__init__.py diff --git a/src/milla/tests/test_app.py b/test/test_app.py similarity index 100% rename from src/milla/tests/test_app.py rename to test/test_app.py diff --git a/src/milla/tests/test_auth.py b/test/test_auth.py similarity index 100% rename from src/milla/tests/test_auth.py rename to test/test_auth.py diff --git a/src/milla/tests/test_routing.py b/test/test_routing.py similarity index 100% rename from src/milla/tests/test_routing.py rename to test/test_routing.py diff --git a/src/milla/tests/test_traversal.py b/test/test_traversal.py similarity index 100% rename from src/milla/tests/test_traversal.py rename to test/test_traversal.py