We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89852ba commit 11287e1Copy full SHA for 11287e1
test/asynchronous/unified_format.py
@@ -442,6 +442,7 @@ class UnifiedSpecTestMixinV1(AsyncIntegrationTest):
442
RUN_ON_LOAD_BALANCER = True
443
RUN_ON_SERVERLESS = True
444
TEST_SPEC: Any
445
+ TEST_PATH = "" # This gets filled in by generate_test_classes
446
mongos_clients: list[AsyncMongoClient] = []
447
448
@staticmethod
test/unified_format.py
@@ -441,6 +441,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
441
mongos_clients: list[MongoClient] = []
0 commit comments