We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if you set
__unittest = True
in your various files, then the stackstrace in unittest (and others) will skip references in that file.
This means that i would only see the entry-point to your framework rather than this whole stacktrace:
The text was updated successfully, but these errors were encountered:
https://github.com/python/cpython/blob/3.7/Lib/unittest/suite.py#L8
https://stackoverflow.com/questions/24402456/py-test-hide-stacktrace-lines-from-unittest-module#comment59252681_24679193
https://stackoverflow.com/a/53310018
Just to provide examples and the source
Sorry, something went wrong.
No branches or pull requests
if you set
in your various files, then the stackstrace in unittest (and others) will skip references in that file.
This means that i would only see the entry-point to your framework rather than this whole stacktrace:
The text was updated successfully, but these errors were encountered: