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

Method test_update_many_pipeline

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

Source from the content-addressed store, hash-verified

167
168 @client_context.require_version_min(4, 2, 0)
169 def test_update_many_pipeline(self):
170 self._test_update_many([{"$set": {"foo": "bar"}}])
171
172 def test_array_filters_validation(self):
173 with self.assertRaises(TypeError):

Callers

nothing calls this directly

Calls 1

_test_update_manyMethod · 0.95

Tested by

no test coverage detected