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

Function dummy_plugins

tests/utils/plugins_cli.py:190–203  ·  view source on GitHub ↗
(interface)

Source from the content-addressed store, hash-verified

188
189@pytest.fixture(scope='function')
190def dummy_plugins(interface):
191 # Multiple plugins with different configurations
192 return [
193 interface.make_dummy_plugin(),
194 interface.make_dummy_plugin(
195 version='3.2.0'
196 ),
197 interface.make_dummy_plugin(
198 entry_points=[
199 EntryPoint('test_1', 'httpie.plugins.converter.v1'),
200 EntryPoint('test_2', 'httpie.plugins.formatter.v1')
201 ]
202 ),
203 ]
204
205
206@pytest.fixture

Callers

nothing calls this directly

Calls 2

EntryPointClass · 0.85
make_dummy_pluginMethod · 0.80

Tested by

no test coverage detected