(self)
| 83 | ) |
| 84 | |
| 85 | def test_boolean(self): |
| 86 | self.assertEqual( |
| 87 | type(True), type(eval(self.sc.prettyPrintSchema({"type": "boolean"}))) |
| 88 | ) |
| 89 | |
| 90 | def test_string_default(self): |
| 91 | self.assertEqual( |
nothing calls this directly
no test coverage detected