diff --git a/tests/README.md b/tests/unit/README.md similarity index 100% rename from tests/README.md rename to tests/unit/README.md diff --git a/tests/__init__.py b/tests/unit/__init__.py similarity index 100% rename from tests/__init__.py rename to tests/unit/__init__.py diff --git a/tests/conftest.py b/tests/unit/conftest.py similarity index 100% rename from tests/conftest.py rename to tests/unit/conftest.py diff --git a/tests/test_main.py b/tests/unit/test_main.py similarity index 100% rename from tests/test_main.py rename to tests/unit/test_main.py diff --git a/tests/test_models.py b/tests/unit/test_models.py similarity index 100% rename from tests/test_models.py rename to tests/unit/test_models.py