(self)
| 62 | ) |
| 63 | |
| 64 | def test_empty_edge_case(self): |
| 65 | self.assertTrue("Unknown type" in self.sc.prettyPrintSchema({})) |
| 66 | |
| 67 | def test_simple_object(self): |
| 68 | self.assertEqual({}, eval(self.sc.prettyPrintSchema({"type": "object"}))) |
nothing calls this directly
no test coverage detected