(self)
| 3578 | ], stream=output) |
| 3579 | |
| 3580 | def test_config11_ok(self): |
| 3581 | self.test_config1_ok(self.config11) |
| 3582 | |
| 3583 | def test_config12_failure(self): |
| 3584 | self.assertRaises(Exception, self.apply_config, self.config12) |
nothing calls this directly
no test coverage detected