-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Simplify TestCase.assertExpected() #2815
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good ! Thanks @datumbox !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Seems like the CI is a bit confused by the last commit as circle ci tests are not shown... |
Same thing is happening on #2812, maybe it's a CircleCI issue? EDIT: Seems to be working now, I'll rebase this on top of master once the other PR gets merged to kick CI again here |
Codecov Report
@@ Coverage Diff @@
## master #2815 +/- ##
==========================================
+ Coverage 73.32% 73.43% +0.11%
==========================================
Files 99 99
Lines 8726 8771 +45
Branches 1374 1376 +2
==========================================
+ Hits 6398 6441 +43
- Misses 1909 1910 +1
- Partials 419 420 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @datumbox !
* Removing unnecessary variable. * Refactoring common_utils.py to remove unused vars. * Removing unused value and changing use of accept_output. Co-authored-by: vfdev <vfdev.5@gmail.com> Co-authored-by: Francisco Massa <fvsmassa@gmail.com>
* Removing unnecessary variable. * Refactoring common_utils.py to remove unused vars. * Removing unused value and changing use of accept_output. Co-authored-by: vfdev <vfdev.5@gmail.com> Co-authored-by: Francisco Massa <fvsmassa@gmail.com>
Minor Refactoring on
TestCase.assertExpected()
to fix #2814