You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that I had to package pytest-pretty as well to run the tests. I would like to mention, that while I guess the output is nice for debugging to some degree, it is problematic in environments with limited line length and it hides the full name of the tests, which makes it hard to see what's going on.
I need the full test name for being able to disable tests via pytest --deselect.
The text was updated successfully, but these errors were encountered:
Hi! I'm packaging this project for Arch Linux and ran into a few problems when trying to run tests for 0.11.0.
I noticed that I had to package pytest-pretty as well to run the tests. I would like to mention, that while I guess the output is nice for debugging to some degree, it is problematic in environments with limited line length and it hides the full name of the tests, which makes it hard to see what's going on.
I need the full test name for being able to disable tests via
pytest --deselect
.The text was updated successfully, but these errors were encountered: