-
Notifications
You must be signed in to change notification settings - Fork 2
Record detailed test failure modes #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Already added new tracking of separate phases of a benchmark: If an exception happens, it's now possible to see from the "metrics" in which phase this happened:
which means an exception occurred during the run-job phase There is also an initial feature for "change in input data was detected": if there is a change in
|
Uh oh!
There was an error while loading. Please reload this page.
Currently, test scenarios either fail or succeed.
We notice that there are however different failure modes:
Tracking these separately upon failure would give us a more nuanced picture, allowing to spot faster where fast intervention is relevant.
This plugin seems to do this:
https://pypi.org/project/pytest-custom-outputs/
The text was updated successfully, but these errors were encountered: