MCPcopy
hub / github.com/httpie/cli / mock_env

Function mock_env

tests/utils/__init__.py:280–283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278
279@pytest.fixture
280def mock_env() -> MockEnvironment:
281 env = MockEnvironment()
282 yield env
283 env.cleanup()
284
285
286def normalize_args(args: Iterable[Any]) -> List[str]:

Callers

nothing calls this directly

Calls 2

cleanupMethod · 0.95
MockEnvironmentClass · 0.85

Tested by

no test coverage detected