Delegates to self.__test_fetch_timeout().
(self)
| 34 | |
| 35 | @needs_session() |
| 36 | def test_fetch_timeout(self): |
| 37 | """Delegates to self.__test_fetch_timeout().""" |
| 38 | self.__test_fetch_timeout() |
| 39 | |
| 40 | @needs_session(conf_overlay={'spool_query_results': 'true'}) |
| 41 | def test_fetch_timeout_with_result_spooling(self): |
nothing calls this directly
no test coverage detected