diff --git a/test/configs.py b/test/testcases/configs.py similarity index 100% rename from test/configs.py rename to test/testcases/configs.py diff --git a/test/conftest.py b/test/testcases/conftest.py similarity index 100% rename from test/conftest.py rename to test/testcases/conftest.py diff --git a/test/libs/__init__.py b/test/testcases/libs/__init__.py similarity index 100% rename from test/libs/__init__.py rename to test/testcases/libs/__init__.py diff --git a/test/libs/auth.py b/test/testcases/libs/auth.py similarity index 100% rename from test/libs/auth.py rename to test/testcases/libs/auth.py diff --git a/test/utils/__init__.py b/test/testcases/utils/__init__.py similarity index 100% rename from test/utils/__init__.py rename to test/testcases/utils/__init__.py diff --git a/test/utils/file_utils.py b/test/testcases/utils/file_utils.py similarity index 100% rename from test/utils/file_utils.py rename to test/testcases/utils/file_utils.py diff --git a/test/utils/hypothesis_utils.py b/test/testcases/utils/hypothesis_utils.py similarity index 100% rename from test/utils/hypothesis_utils.py rename to test/testcases/utils/hypothesis_utils.py