-
Notifications
You must be signed in to change notification settings - Fork 27
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
Make broken tests less noisy #272
Make broken tests less noisy #272
Conversation
b3fb785
to
72a3e35
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #272 +/- ##
==========================================
- Coverage 75.46% 75.06% -0.41%
==========================================
Files 11 11
Lines 750 762 +12
==========================================
+ Hits 566 572 +6
- Misses 184 190 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Is this how you imagined it @jishnub? |
Yes, thanks, this looks exactly like what I wanted |
Resolves #231.
The tests that may print long lists of things now only do that in the case of a failure. If the test is supplied
broken=true
, only the number of instances is printed instead.