MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / setUpClass

Method setUpClass

test/test_grid_file.py:63–64  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

61
62 @classmethod
63 def setUpClass(cls):
64 cls.db = MongoClient(connect=False).pymongo_test
65
66 def test_grid_in_custom_opts(self):
67 self.assertRaises(TypeError, GridIn, "foo")

Callers

nothing calls this directly

Calls 1

MongoClientClass · 0.90

Tested by

no test coverage detected