MCPcopy Create free account
hub / github.com/pytest-dev/pytest / DummyPlugin

Class DummyPlugin

testing/test_config.py:1798–1799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1796 """Ensure that Config.invocation_* arguments are correctly defined"""
1797
1798 class DummyPlugin:
1799 pass
1800
1801 p = pytester.makepyfile("def test(): pass")
1802 plugin = DummyPlugin()

Callers 1

test_invocation_argsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_invocation_argsFunction · 0.68