Skip to content
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

Merged
merged 2 commits into from
Dec 1, 2017
Merged

Conversation

jurko-gospodnetic
Copy link

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 check

  • added 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

Copy link
Member

@The-Compiler The-Compiler left a 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.

Copy link
Contributor

@asottile asottile left a 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

@The-Compiler
Copy link
Member

Why not merge it before? It's not like it makes anything worse for the stuff already failing 😉

@asottile
Copy link
Contributor

Makes the little green badge turn red, shrugs it's probably fine to merge :P

@jurko-gospodnetic
Copy link
Author

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)

@gaborbernat gaborbernat added the needs:work for PRs: not quite there and needs some changes label Dec 1, 2017
@gaborbernat
Copy link
Member

@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.
@codecov
Copy link

codecov bot commented Dec 1, 2017

Codecov Report

Merging #687 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 20215c1...5efadf5. Read the comment docs.

@jurko-gospodnetic
Copy link
Author

@gaborbernat - fix branch rebased on top of the current master

@asottile asottile removed the needs:work for PRs: not quite there and needs some changes label Dec 1, 2017
@gaborbernat gaborbernat merged commit 538e963 into tox-dev:master Dec 1, 2017
@jurko-gospodnetic jurko-gospodnetic deleted the touch-up-tests branch December 1, 2017 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants