(self)
| 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): |