-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
add tests for multiline reprs #2267
add tests for multiline reprs #2267
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2267 +/- ##
==========================================
- Coverage 98.88% 98.80% -0.09%
==========================================
Files 73 73
Lines 7629 7681 +52
==========================================
+ Hits 7544 7589 +45
- Misses 85 92 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@willmcgugan I have a question about this. There's 2 main things to solving #2073. Making sure Question: do I add unit tests that comprehensively check that the Question: I only changed the file |
|
It's probably not necessary to test every container, as long as the system is well-tests. The coverage calculation is quite flakey. It always seems to be off! |
|
Right. There is another fundamental issue with what I've done. I changed
|
|
I think |
|
@rodrigogiraoserrao Is this stale? |
|
Nah, I'm just overwhelmed with life. I'll finish this ASAP. |
|
No hurry |
Type of changes
Checklist
Description
This pull request will fix #2073 . Reasoning and thought process described in excruciating detail in this article about contributing to Open Source.