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

Method test_update_many

test/test_bulk.py:165–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 self.assertIn(result.modified_count, (2, None))
164
165 def test_update_many(self):
166 self._test_update_many({"$set": {"foo": "bar"}})
167
168 @client_context.require_version_min(4, 2, 0)
169 def test_update_many_pipeline(self):

Callers

nothing calls this directly

Calls 1

_test_update_manyMethod · 0.95

Tested by

no test coverage detected