You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tox.ini to allow specifying pytest tests (#323)
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.
0 commit comments