From 311bd392297450b20c7e102667efd7cfa519a42b Mon Sep 17 00:00:00 2001 From: Alex Golec Date: Tue, 2 Mar 2021 10:02:38 -0500 Subject: [PATCH] Normalized test filenames --- tests/{test_auth.py => auth_test.py} | 0 tests/{test_client.py => client_test.py} | 0 tests/{test_debug.py => debug_test.py} | 0 tests/{test_orders.py => orders_test.py} | 0 tests/{test_streaming.py => streaming_test.py} | 0 tests/{test_utils.py => utils_test.py} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_auth.py => auth_test.py} (100%) rename tests/{test_client.py => client_test.py} (100%) rename tests/{test_debug.py => debug_test.py} (100%) rename tests/{test_orders.py => orders_test.py} (100%) rename tests/{test_streaming.py => streaming_test.py} (100%) rename tests/{test_utils.py => utils_test.py} (100%) 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