Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tox commands now have {posargs} as argument#202

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Byron merged 1 commit intogitpython-developers:0.3fromhashar:tox
Nov 15, 2014

Conversation

hashar
Copy link
Contributor

When invoking an environement, one might want to pass extra argument to
the command. That is done in tox by invoking an env and passing the
extra arguments after '--' which are then available as '{posargs}'.

Examples:

Reports flake8 error statistics

tox -eflake8 -- --statistics

Only run test_util.py tests, printing a line per test:

tox -epy27 -- --verbose git/test/test_util.py

When invoking an environement, one might want to pass extra argument tothe command. That is done in tox by invoking an env and passing theextra arguments after '--' which are then available as '{posargs}'.Examples:  # Reports flake8 error statistics  tox -eflake8 -- --statistics  # Only run test_util.py tests, printing a line per test:  tox -epy27 -- --verbose  git/test/test_util.py
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling18fff4d on hashar:tox into* on gitpython-developers:0.3*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling18fff4d on hashar:tox into* on gitpython-developers:0.3*.

@Byron
Copy link
Member

Thanks !

Byron added a commit that referenced this pull requestNov 15, 2014
tox commands now have {posargs} as argument
@ByronByron merged commit9c39afa intogitpython-developers:0.3Nov 15, 2014
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@hashar@coveralls@Byron

[8]ページ先頭

©2009-2025 Movatter.jp