-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Touch up tests #687
Touch up tests #687
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.
LGTM - the failures are unrelated.
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, we can merge this probably after we resolve #679
Why not merge it before? It's not like it makes anything worse for the stuff already failing 😉 |
Makes the little green badge turn red, shrugs it's probably fine to merge :P |
mergy mergy? :-) so we can start on reviewing the issue #292 pull request (currently a temporary pull request is up for review at jurko-gospodnetic#1) |
@jurko-gospodnetic fixup the conflict, and let's see how the CI reacts |
Requested environments are not recognized unless all of their factors are listed somewhere in some read configuration file section or built into tox itself.
82732d6
to
5efadf5
Compare
Codecov Report
@@ Coverage Diff @@
## master #687 +/- ##
=======================================
Coverage 89.45% 89.45%
=======================================
Files 11 11
Lines 2371 2371
Branches 402 402
=======================================
Hits 2121 2121
Misses 175 175
Partials 75 75 Continue to review full report at Codecov.
|
@gaborbernat - fix branch rebased on top of the current |
Touched up some test code while researching where to add tests for some other work in progress.
removed commented out debugging code
removed commented out checks that already has a valid alternative
replaced commented out checks with valid alternatives where missing
extended
test_config_parse_platform_with_factors()
with a missing checkadded
test_envconfigs_based_on_factors()
showing how requested environment names are interpreted based on which environment name factors we have defined in the tox configuration