Skip to content

Commit a51332a

Browse files
committed
Add ability to run particular tests.
1 parent 8f9e173 commit a51332a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ python =
1010

1111
[testenv]
1212
usedevelop = True
13-
commands = py.test --tb=native
13+
commands = py.test --tb=native {posargs:parsimonious}
1414
deps =
1515
pytest

0 commit comments

Comments
 (0)