Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmdline option for less verbose output (--silent/--quiet) #4

Closed
amit1rrr opened this issue May 10, 2019 · 0 comments
Closed

Cmdline option for less verbose output (--silent/--quiet) #4

amit1rrr opened this issue May 10, 2019 · 0 comments

Comments

@amit1rrr
Copy link
Member

amit1rrr commented May 10, 2019

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.

@amit1rrr 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 17, 2019
amit1rrr added a commit that referenced this issue Jun 19, 2019
Implement quiet mode with reduced console output (fixes #4)
@f4lco f4lco mentioned this issue Jun 26, 2019
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant