Skip to content

Commit 11287e1

Browse files
authored
PYTHON-5004 Fix handling of TEST_PATH (#2028)
1 parent 89852ba commit 11287e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/asynchronous/unified_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ class UnifiedSpecTestMixinV1(AsyncIntegrationTest):
442442
RUN_ON_LOAD_BALANCER = True
443443
RUN_ON_SERVERLESS = True
444444
TEST_SPEC: Any
445+
TEST_PATH = "" # This gets filled in by generate_test_classes
445446
mongos_clients: list[AsyncMongoClient] = []
446447

447448
@staticmethod

test/unified_format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
441441
RUN_ON_LOAD_BALANCER = True
442442
RUN_ON_SERVERLESS = True
443443
TEST_SPEC: Any
444+
TEST_PATH = "" # This gets filled in by generate_test_classes
444445
mongos_clients: list[MongoClient] = []
445446

446447
@staticmethod

0 commit comments

Comments
 (0)