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

Method setUp

test/test_gridfs.py:540–541  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

538class TestGridfsReplicaSet(IntegrationTest):
539 @client_context.require_secondaries_count(1)
540 def setUp(self):
541 super().setUp()
542
543 @classmethod
544 @client_context.require_connection

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected