pytest-sugar
pytest-sugar copied to clipboard
The -q flag is not working
When reporting an issue, include a way to reproduce the bug. For example:
Command used to run py.test
py.test -q test_example.py
Output
The normal output per test is displayed
Is this by design?
I don't think it's by design, more like a case where I can't keep up with all the pytest flags :)
I'd love to fix this as a hacktoberfest contribution. fix coming up.