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
Currently we print verbose output which shows every test that's running. It's a good default since,
Users can see the progress (some tests in notebooks can be long running)
Easy to make sure all intended tests have run
But verbose output is not always required. Users would sometimes prefer py.test type output which only becomes loud on failure and is silent otherwise. It would be good to have a flag (--quiet/--silent) to only print bare minimum output.
The text was updated successfully, but these errors were encountered:
amit1rrr
changed the title
Cmdline option for less verbose output
Cmdline option for less verbose output (--silent/--quiet)
May 10, 2019
f4lco
added a commit
to f4lco/treon
that referenced
this issue
Jun 3, 2019
Currently we print verbose output which shows every test that's running. It's a good default since,
But verbose output is not always required. Users would sometimes prefer py.test type output which only becomes loud on failure and is silent otherwise. It would be good to have a flag (--quiet/--silent) to only print bare minimum output.
The text was updated successfully, but these errors were encountered: