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

Fix tox.ini to allow specifying pytest tests#323

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
jgraham merged 2 commits intohtml5lib:masterfromwillkg:tox-fix
Sep 1, 2017
Merged

Fix tox.ini to allow specifying pytest tests#323

jgraham merged 2 commits intohtml5lib:masterfromwillkg:tox-fix
Sep 1, 2017

Conversation

willkg
Copy link
Contributor

This fixes tox.ini so that you can pass arguments to py.test.

For example:

    tox -e py34-base html5lib/tests/test_serializer.py

will now only run the serializer tests.

    tox -e py34-base -- -vv

will run with super verbose mode and tons of data will go flying by in your
terminal.

@willkg
Copy link
ContributorAuthor

This doesn't affect travis, but it does make development iterations much faster.

Another fix we can do in the tox file is to move the flake8 pass to a separate "environment" so that it runs once in a tox run and not once for every environment.

Does that sound helpful? If so, I can make that change and tack it on to this one.

willkgand others added2 commitsFebruary 23, 2017 13:33
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.
@willkg
Copy link
ContributorAuthor

This is super minor. It's just an ergonomic issue related to development.

@jgrahamjgraham merged commit590d9a5 intohtml5lib:masterSep 1, 2017
@willkgwillkg deleted the tox-fix branchDecember 4, 2017 14:03
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@jgrahamjgrahamjgraham approved these changes

@gsneddersgsneddersAwaiting requested review from gsnedders

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@willkg@jgraham

[8]ページ先頭

©2009-2025 Movatter.jp