From 1af13b101f45a63bae99204844350b76c554d34f Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 4 Dec 2024 07:51:00 -0600 Subject: [PATCH] PYTHON-5004 Fix handling of TEST_PATH --- test/asynchronous/unified_format.py | 1 + test/unified_format.py | 1 + 2 files changed, 2 insertions(+) diff --git a/test/asynchronous/unified_format.py b/test/asynchronous/unified_format.py index b18b09383e..52d964eb3e 100644 --- a/test/asynchronous/unified_format.py +++ b/test/asynchronous/unified_format.py @@ -442,6 +442,7 @@ class UnifiedSpecTestMixinV1(AsyncIntegrationTest): RUN_ON_LOAD_BALANCER = True RUN_ON_SERVERLESS = True TEST_SPEC: Any + TEST_PATH = "" # This gets filled in by generate_test_classes mongos_clients: list[AsyncMongoClient] = [] @staticmethod diff --git a/test/unified_format.py b/test/unified_format.py index 5cb268a29d..372eb8abba 100644 --- a/test/unified_format.py +++ b/test/unified_format.py @@ -441,6 +441,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest): RUN_ON_LOAD_BALANCER = True RUN_ON_SERVERLESS = True TEST_SPEC: Any + TEST_PATH = "" # This gets filled in by generate_test_classes mongos_clients: list[MongoClient] = [] @staticmethod