Delegates to self.__test_fetch_no_timeout().
(self)
| 195 | |
| 196 | @needs_session() |
| 197 | def test_fetch_no_timeout(self): |
| 198 | """Delegates to self.__test_fetch_no_timeout().""" |
| 199 | self.__test_fetch_no_timeout() |
| 200 | |
| 201 | @needs_session(conf_overlay={'spool_query_results': 'true'}) |
| 202 | def test_fetch_no_timeout_with_result_spooling(self): |
nothing calls this directly
no test coverage detected