MCPcopy Create free account
hub / github.com/httpie/cli / test_cli_check_updates

Function test_cli_check_updates

tests/test_update_warnings.py:172–177  ·  view source on GitHub ↗
(
    static_fetch_data, higher_build_channel
)

Source from the content-addressed store, hash-verified

170
171
172def 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(

Callers

nothing calls this directly

Calls 2

httpieFunction · 0.85
check_update_warningsFunction · 0.85

Tested by

no test coverage detected