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

Function test_windows_config_dir

tests/test_config.py:102–104  ·  view source on GitHub ↗
(monkeypatch: MonkeyPatch)

Source from the content-addressed store, hash-verified

100
101@pytest.mark.skipif(not is_windows, reason='windows-only')
102def test_windows_config_dir(monkeypatch: MonkeyPatch):
103 monkeypatch.delenv(ENV_HTTPIE_CONFIG_DIR, raising=False)
104 assert get_default_config_dir() == DEFAULT_WINDOWS_CONFIG_DIR

Callers

nothing calls this directly

Calls 1

get_default_config_dirFunction · 0.90

Tested by

no test coverage detected