-
Notifications
You must be signed in to change notification settings - Fork 533
TST: Parametrize JoinNode expansion tests over config needed_outputs
#2981
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
aec1b98
to
0da0f2b
Compare
needed_outputs
JoinNode expansion testsneeded_outputs
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.
This config thing is changing global state, so we should probably restore the original value at the end of the function. Or mock config, if that seems worth the effort.
Co-Authored-By: Chris Markiewicz <effigies@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2981 +/- ##
==========================================
- Coverage 67.08% 64.25% -2.83%
==========================================
Files 343 342 -1
Lines 43767 43730 -37
Branches 5466 5466
==========================================
- Hits 29361 28099 -1262
- Misses 13687 14536 +849
- Partials 719 1095 +376
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2981 +/- ##
==========================================
- Coverage 67.08% 64.25% -2.83%
==========================================
Files 343 342 -1
Lines 43767 43730 -37
Branches 5466 5466
==========================================
- Hits 29361 28099 -1262
- Misses 13687 14536 +849
- Partials 719 1095 +376
Continue to review full report at Codecov.
|
I have tested locally in all python versions we are testing - since tests were already passing before the suggestions, I'll go ahead and merge to focus on the other PR and release some Circle/Travis resources. |
Seems reasonable. |
Will help better test #2971.
Acknowledgment