Commit 4850c97
committed
Add posargs when running pytests
This small change in tox.ini allow giving pytests extra arguments, for
e.g.
tox -e pypy-39-unit -- -k test_heartbeat_check_rate_ -s
which allow running only part of the tests (useful for debug purpose).
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Change-Id: I535acdb918c6caaae6e6ea4596437076a38f7a591 parent f778218 commit 4850c97
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments