Failures during test collection aren't shown #75
Labels
bug
Something isn't working
pytest parity
Bring pytest-rich up to feature parity with pytest’s built-in terminal reporter
If I make a Python syntax error in a test, or one of the project files imported by one of the tests, with stock pytest, I get an error like:
However with
pytest-rich
installed and using pytest run using--rich
, these errors are hidden:This was using the latest development version of
pytest-rich
(currently aea02fb).The text was updated successfully, but these errors were encountered: