Error location / crash entry missing from non-native tracebacks (due to generator / early setup?) #6657
Labels
topic: reporting
related to terminal output and user-facing messages and errors
type: bug
problem that needs to be addressed
With the following:
And running
pytest testing/test_capture.py -k test_capture_with_live_logging
you will get:I.e. the location for the assertion error is wrong / not included.
With
--tb=native
:This is likely due to this happening during setup, and that pytest filters itself out of it, but the actual errors location should be included always probably?
The text was updated successfully, but these errors were encountered: