PYTHON-5004 Fix handling of TEST_PATH (#2028)
This commit is contained in:
parent
89852ba704
commit
11287e1257
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user