(self)
| 277 | collection.bulk_write([update_one]) |
| 278 | |
| 279 | def test_cursor_collation(self): |
| 280 | self.db.test.insert_one({"hello": "world"}) |
| 281 | next(self.db.test.find().collation(self.collation)) |
| 282 | self.assertCollationInLastCommand() |
nothing calls this directly
no test coverage detected