Method
teardown_test
test/engine/test_reconnect.py:1167–1168
· test/engine/test_reconnect.py::RealReconnectTest.teardown_test
(self)
Source from the content-addressed store, hash-verified
| 1165 | self.engine = engines.reconnecting_engine() |
| 1166 | |
| 1167 | def teardown_test(self): |
| 1168 | self.engine.dispose() |
| 1169 | |
| 1170 | def test_reconnect(self): |
| 1171 | with self.engine.connect() as conn: |
Callers
nothing calls this directly
Tested by
no test coverage detected