(self)
| 68 | |
| 69 | class TestNetPrinter(unittest.TestCase): |
| 70 | def test_print(self): |
| 71 | self.assertTrue(len(net_printer.to_string(example_job())) > 0) |
| 72 | |
| 73 | def test_valid_job(self): |
| 74 | job = example_job() |
nothing calls this directly
no test coverage detected