(self)
| 175 | self._dispose_testing_engines("global") |
| 176 | |
| 177 | def final_cleanup(self): |
| 178 | self.checkin_all() |
| 179 | for scope in self.testing_engines: |
| 180 | self._drop_testing_engines(scope) |
| 181 | |
| 182 | def assert_all_closed(self): |
| 183 | for rec in self.proxy_refs: |
no test coverage detected