MCPcopy
hub / github.com/pytest-dev/pytest / DummyPlugin

Class DummyPlugin

testing/test_config.py:2498–2499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2496 """Ensure that Config.invocation_* arguments are correctly defined"""
2497
2498 class DummyPlugin:
2499 pass
2500
2501 p = pytester.makepyfile("def test(): pass")
2502 plugin = DummyPlugin()

Callers 1

test_invocation_argsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_invocation_argsFunction · 0.68