Exercise the child query path
(self)
| 262 | |
| 263 | @needs_session() |
| 264 | def test_compute_stats(self): |
| 265 | """Exercise the child query path""" |
| 266 | self.__query_and_fetch("compute stats functional.alltypes") |
| 267 | |
| 268 | @needs_session() |
| 269 | def test_invalid_secret(self): |
nothing calls this directly
no test coverage detected