Commit 7f6c14a
authored
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments