(self)
| 67 | io.dump(cfg, cfg_file) |
| 68 | |
| 69 | def setUp(self) -> None: |
| 70 | self.prepare_dir('/tmp/custom_single_model', 'custom_single_model') |
| 71 | self.prepare_dir('/tmp/model1', 'model1_model2') |
| 72 | self.prepare_dir('/tmp/model2', 'model1_model2') |
| 73 | |
| 74 | def test_single_model(self): |
| 75 | pipe = pipeline( |
nothing calls this directly
no test coverage detected