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

Class A

testing/test_config.py:1234–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232 assert "ValueError" in err
1233
1234 class A:
1235 def pytest_internalerror(self):
1236 return True
1237
1238 config.pluginmanager.register(A())
1239 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