(self)
| 1659 | self.assert_log_lines([]) |
| 1660 | |
| 1661 | def test_config5_ok(self): |
| 1662 | self.test_config1_ok(config=self.config5) |
| 1663 | |
| 1664 | def test_config6_ok(self): |
| 1665 | self.test_config1_ok(config=self.config6) |
nothing calls this directly
no test coverage detected