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

Class A

testing/test_config.py:1822–1824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820 assert "ValueError" in err
1821
1822 class A:
1823 def pytest_internalerror(self):
1824 return True
1825
1826 config.pluginmanager.register(A())
1827 config.notify_exception(excinfo, config.option)

Callers 1

test_notify_exceptionFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_notify_exceptionFunction · 0.56