diff --git a/tests/test_auth.py b/tests/auth_test.py similarity index 100% rename from tests/test_auth.py rename to tests/auth_test.py diff --git a/tests/test_client.py b/tests/client_test.py similarity index 100% rename from tests/test_client.py rename to tests/client_test.py diff --git a/tests/test_debug.py b/tests/debug_test.py similarity index 100% rename from tests/test_debug.py rename to tests/debug_test.py diff --git a/tests/test_orders.py b/tests/orders_test.py similarity index 100% rename from tests/test_orders.py rename to tests/orders_test.py diff --git a/tests/test_streaming.py b/tests/streaming_test.py similarity index 100% rename from tests/test_streaming.py rename to tests/streaming_test.py diff --git a/tests/test_utils.py b/tests/utils_test.py similarity index 100% rename from tests/test_utils.py rename to tests/utils_test.py