diff --git a/tests/__init__.py b/python_tests/__init__.py similarity index 100% rename from tests/__init__.py rename to python_tests/__init__.py diff --git a/tests/test_api.py b/python_tests/test_api.py similarity index 100% rename from tests/test_api.py rename to python_tests/test_api.py diff --git a/tests/test_search_space.py b/python_tests/test_search_space.py similarity index 100% rename from tests/test_search_space.py rename to python_tests/test_search_space.py diff --git a/tests/test_serializers.py b/python_tests/test_serializers.py similarity index 100% rename from tests/test_serializers.py rename to python_tests/test_serializers.py diff --git a/tests/wsgi_client.py b/python_tests/wsgi_client.py similarity index 100% rename from tests/wsgi_client.py rename to python_tests/wsgi_client.py