From f958cf9fe62a5f3ee2dc255713ec8b16de6a767d Mon Sep 17 00:00:00 2001 From: David Ankin Date: Fri, 18 Oct 2024 13:56:40 -0400 Subject: [PATCH] fix: allow running all tests (#721) rename files so that do not clash --- core/tests/{test_registry.py => test_core_registry.py} | 0 .../tests/{test_emulator.py => test_cosmosdb_emulator.py} | 0 .../cosmosdb/tests/{test_mongodb.py => test_cosmosdb_mongodb.py} | 0 modules/cosmosdb/tests/{test_nosql.py => test_cosmosdb_nosql.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename core/tests/{test_registry.py => test_core_registry.py} (100%) rename modules/cosmosdb/tests/{test_emulator.py => test_cosmosdb_emulator.py} (100%) rename modules/cosmosdb/tests/{test_mongodb.py => test_cosmosdb_mongodb.py} (100%) rename modules/cosmosdb/tests/{test_nosql.py => test_cosmosdb_nosql.py} (100%) diff --git a/core/tests/test_registry.py b/core/tests/test_core_registry.py similarity index 100% rename from core/tests/test_registry.py rename to core/tests/test_core_registry.py diff --git a/modules/cosmosdb/tests/test_emulator.py b/modules/cosmosdb/tests/test_cosmosdb_emulator.py similarity index 100% rename from modules/cosmosdb/tests/test_emulator.py rename to modules/cosmosdb/tests/test_cosmosdb_emulator.py diff --git a/modules/cosmosdb/tests/test_mongodb.py b/modules/cosmosdb/tests/test_cosmosdb_mongodb.py similarity index 100% rename from modules/cosmosdb/tests/test_mongodb.py rename to modules/cosmosdb/tests/test_cosmosdb_mongodb.py diff --git a/modules/cosmosdb/tests/test_nosql.py b/modules/cosmosdb/tests/test_cosmosdb_nosql.py similarity index 100% rename from modules/cosmosdb/tests/test_nosql.py rename to modules/cosmosdb/tests/test_cosmosdb_nosql.py