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

Pass {posargs} to py.test so arguments can be passed through tox #1261

Merged
merged 1 commit into from
Sep 10, 2017

Conversation

reversefold
Copy link
Contributor

From PR #1257
Fixes issue #1260

Allows for arguments to passed through tox to py.test so, for instance, individual tests can be run:

tox -e py36 -- -k 'test_poolmanager or test_connectionpool'

@codecov-io
Copy link

codecov-io commented Sep 9, 2017

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1261   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          21      21           
  Lines        1985    1985           
======================================
  Hits         1985    1985

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 e13efc5...b1dd495. Read the comment docs.

@reversefold
Copy link
Contributor Author

Rebased on master so the gae test should work.

@Lukasa Lukasa merged commit dfc23e5 into urllib3:master Sep 10, 2017
@Lukasa
Copy link
Sponsor Contributor

Lukasa commented Sep 10, 2017

Thanks! ✨

@reversefold reversefold deleted the tox-posargs branch September 11, 2017 03:59
Dobatymo pushed a commit to Dobatymo/urllib3 that referenced this pull request Mar 16, 2022
Pass {posargs} to py.test so arguments can be passed through tox
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

3 participants