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.
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
.