(self)
| 625 | self.assertEqual(value, serde_blob.fetch()) |
| 626 | |
| 627 | def test_exception(self): |
| 628 | ws = workspace.C.Workspace() |
| 629 | |
| 630 | with self.assertRaises(TypeError): |
| 631 | ws.create_net("...") |
| 632 | |
| 633 | |
| 634 | class TestPredictor(unittest.TestCase): |
nothing calls this directly
no test coverage detected