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

Method test_update_many

test/asynchronous/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 async def test_update_many(self):
166 await self._test_update_many({"$set": {"foo": "bar"}})
167
168 @async_client_context.require_version_min(4, 2, 0)
169 async def test_update_many_pipeline(self):

Callers

nothing calls this directly

Calls 1

_test_update_manyMethod · 0.95

Tested by

no test coverage detected