MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / setUp

Method setUp

test/test_gridfs_bucket.py:514–515  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

512class TestGridfsBucketReplicaSet(IntegrationTest):
513 @client_context.require_secondaries_count(1)
514 def setUp(self):
515 super().setUp()
516
517 @classmethod
518 @client_context.require_connection

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected