PYTHON-5004 Fix handling of TEST_PATH (#2028)

This commit is contained in:
Steven Silvester 2024-12-04 09:18:13 -06:00 committed by GitHub
parent 89852ba704
commit 11287e1257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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