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

Method test_bool

test/test_collection.py:2212–2214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2210 self.assertEqual(cmd, {"find": "coll", "$dumb": 2, "filter": {"foo": 1}})
2211
2212 def test_bool(self):
2213 with self.assertRaises(NotImplementedError):
2214 bool(Collection(self.db, "test"))
2215
2216 @client_context.require_version_min(5, 0, 0)
2217 def test_helpers_with_let(self):

Callers

nothing calls this directly

Calls 1

CollectionClass · 0.90

Tested by

no test coverage detected