-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Feature: report exceptions in threads as errors #56
Labels
type: enhancement
new feature or API change, should be merged into features branch
Milestone
Comments
Original comment by Maciej Fijalkowski (BitBucket: fijal, GitHub: fijal): There is sys.excepthook and here is some discussion: http://bugs.python.org/issue1230540 I didn't check what trial does :) |
pytestbot
added
the
type: enhancement
new feature or API change, should be merged into features branch
label
Jun 15, 2015
relates to #73 |
Closing this one as it is really hard to do sanely in the general case |
fkohlgrueber
pushed a commit
to fkohlgrueber/pytest
that referenced
this issue
Oct 27, 2018
… and decorators) Fixes pytest-dev#56 Fixes pytest-dev#154
mgorny
pushed a commit
to mgorny/pytest
that referenced
this issue
May 27, 2023
allow installation from source using pip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Maciej Fijalkowski (BitBucket: fijal, GitHub: fijal)
Trial has a cool feature, where exceptions that happen in other threads are reported as errors. This is especially interesting in case of py.test which captures the stdout, so it's easy to miss (especially during thread finish).
The text was updated successfully, but these errors were encountered: