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

Commit590d9a5

Browse files
willkgjgraham
authored andcommitted
Fix tox.ini to allow specifying pytest tests (html5lib#323)
This fixes tox.ini so that you can pass arguments to py.test.For example: tox -e py34-base html5lib/tests/test_serializer.pywill now only run the serializer tests. tox -e py34-base -- -vvwill run with super verbose mode and tons of data will go flying by in yourterminal.
1 parent05fcd62 commit590d9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ deps =
1313
optional: -r{toxinidir}/requirements-optional.txt
1414

1515
commands =
16-
{envbindir}/py.test
16+
{envbindir}/py.test {posargs}
1717
{toxinidir}/flake8-run.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp