(self)
| 1662 | self.test_config1_ok(config=self.config5) |
| 1663 | |
| 1664 | def test_config6_ok(self): |
| 1665 | self.test_config1_ok(config=self.config6) |
| 1666 | |
| 1667 | def test_config7_ok(self): |
| 1668 | with support.captured_stdout() as output: |
nothing calls this directly
no test coverage detected