(
static_fetch_data, higher_build_channel
)
| 170 | |
| 171 | |
| 172 | def test_cli_check_updates( |
| 173 | static_fetch_data, higher_build_channel |
| 174 | ): |
| 175 | r = httpie('cli', 'check-updates') |
| 176 | assert r.exit_status == ExitStatus.SUCCESS |
| 177 | assert check_update_warnings(r) |
| 178 | |
| 179 | |
| 180 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected