(self)
| 2135 | self.db.t.find(sort={"x": 1}) |
| 2136 | |
| 2137 | def test_dict_hints_create_index(self): |
| 2138 | self.db.t.create_index({"x": pymongo.ASCENDING}) |
| 2139 | |
| 2140 | def test_legacy_java_uuid_roundtrip(self): |
| 2141 | data = BinaryData.java_data |
nothing calls this directly
no test coverage detected