(monkeypatch: MonkeyPatch)
| 100 | |
| 101 | @pytest.mark.skipif(not is_windows, reason='windows-only') |
| 102 | def 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 |
nothing calls this directly
no test coverage detected