Skip to content

Commit 7f6c14a

Browse files
authored
test: add {posargs} to pytest invocation (#58)
Adding `{posargs}` to `pytest` invocation let's launching selected tests with tox, e.g.: ``` tox -e 313 -- tests/test_download.py::test_download_item_from_collection_stream ```
1 parent dd62021 commit 7f6c14a

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
@@ -25,7 +25,7 @@ commands =
2525
--cov-report=xml:test-reports/coverage.xml \
2626
--junitxml=test-reports/junit-report.xml \
2727
--html=test-reports/tests/report.html \
28-
--self-contained-html
28+
--self-contained-html {posargs}
2929

3030
[testenv:pypi]
3131
skip_install = true

0 commit comments

Comments
 (0)