From daaf106dcbccaa6af157061b0149631e0170821f Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 21 Jul 2021 10:24:44 +0900 Subject: [PATCH] Rename tests to python_tests --- {tests => python_tests}/__init__.py | 0 {tests => python_tests}/test_api.py | 0 {tests => python_tests}/test_search_space.py | 0 {tests => python_tests}/test_serializers.py | 0 {tests => python_tests}/wsgi_client.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {tests => python_tests}/__init__.py (100%) rename {tests => python_tests}/test_api.py (100%) rename {tests => python_tests}/test_search_space.py (100%) rename {tests => python_tests}/test_serializers.py (100%) rename {tests => python_tests}/wsgi_client.py (100%) 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