(self)
| 3512 | ], stream=output) |
| 3513 | |
| 3514 | def test_config11_ok(self): |
| 3515 | self.test_config1_ok(self.config11) |
| 3516 | |
| 3517 | def test_config12_failure(self): |
| 3518 | self.assertRaises(Exception, self.apply_config, self.config12) |
nothing calls this directly
no test coverage detected