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

Class MyPlugin2

testing/python/collect.py:550–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 raise ValueError
549
550 class MyPlugin2:
551 def pytest_pyfunc_call(self):
552 return True
553
554 config.pluginmanager.register(MyPlugin1())
555 config.pluginmanager.register(MyPlugin2())

Callers 1

test_pyfunc_callMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_pyfunc_callMethod · 0.68