(self)
| 393 | self.assertIsInstance(json_util.loads(json.dumps(doc)), Regex) |
| 394 | |
| 395 | def test_minkey(self): |
| 396 | self.round_trip({"m": MinKey()}) |
| 397 | |
| 398 | def test_maxkey(self): |
| 399 | self.round_trip({"m": MaxKey()}) |
nothing calls this directly
no test coverage detected