(self)
| 94 | self.saved3 = TestConfig3._save_configuration() |
| 95 | |
| 96 | def tearDown(self): |
| 97 | TestConfigurable._restore_configuration(self.saved) |
| 98 | TestConfig3._restore_configuration(self.saved3) |
| 99 | |
| 100 | def checkSubclasses(self): |
| 101 | # no matter how the class is configured, it should always be |
nothing calls this directly
no test coverage detected