- Notifications
You must be signed in to change notification settings - Fork302
Commit590d9a5
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.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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
0 commit comments
Comments
(0)