(self)
| 176 | qcheck.check_unittest(self, encode_then_decode, qcheck.gen_mongo_dict(3)) |
| 177 | |
| 178 | def test_encode_then_decode(self): |
| 179 | self.check_encode_then_decode() |
| 180 | |
| 181 | def test_encode_then_decode_any_mapping(self): |
| 182 | self.check_encode_then_decode(doc_class=NotADict) |
nothing calls this directly
no test coverage detected