8871ca5bfa0d48a38994903f6b35d480bcc649fd
add it in an ini file like this:
[pytest]
addargs=-q
and you get that by default.
py.test is a simple and popular testing tool for Python. See http://pytest.org for more documentation.
Description
Languages
Python
100%