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

Class MyPlugin2

testing/python/collect.py:654–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652 raise ValueError
653
654 class MyPlugin2:
655 def pytest_pyfunc_call(self):
656 return True
657
658 config.pluginmanager.register(MyPlugin1())
659 config.pluginmanager.register(MyPlugin2())

Callers 1

test_pyfunc_callMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_pyfunc_callMethod · 0.68