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

Method setUp

test/test_grid_file.py:99–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97
98class TestGridFile(IntegrationTest):
99 def setUp(self):
100 super().setUp()
101 self.cleanup_colls(self.db.fs.files, self.db.fs.chunks)
102
103 def test_basic(self):
104 f = GridIn(self.db.fs, filename="test")

Callers

nothing calls this directly

Calls 1

cleanup_collsMethod · 0.45

Tested by

no test coverage detected