Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
280
def
mock_env() -> MockEnvironment:
281
env = MockEnvironment()
282
yield
env
283
env.cleanup()
284
285
286
def
normalize_args(args: Iterable[Any]) -> List[str]:
Callers
nothing calls this directly
Calls
2
cleanup
Method · 0.95
MockEnvironment
Class · 0.85
Tested by
no test coverage detected