(self)
| 106 | self.assertEqual(opts3.document_class, SON) |
| 107 | |
| 108 | def test_objectid(self): |
| 109 | self.round_trip({"id": ObjectId()}) |
| 110 | |
| 111 | def test_dbref(self): |
| 112 | self.round_trip({"ref": DBRef("foo", 5)}) |
nothing calls this directly
no test coverage detected