MCPcopy Index your code
hub / github.com/httpie/cli / interface

Function interface

tests/utils/plugins_cli.py:167–173  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

165
166@pytest.fixture(scope='function')
167def interface(tmp_path):
168 from tests.utils import MockEnvironment
169
170 return Interface(
171 path=tmp_path / 'interface',
172 environment=MockEnvironment()
173 )
174
175
176@pytest.fixture(scope='function')

Callers

nothing calls this directly

Calls 2

MockEnvironmentClass · 0.90
InterfaceClass · 0.85

Tested by

no test coverage detected