Commit 58471ad
committed
chore: fix argument to main test function
When trying to run tests with `hatch run test path/to/test.py::test_fo`,
hatch keeps the first `tests/` argument, which ends up including all of
the tests anyway.
Signed-off-by: JP-Ellis <[email protected]>1 parent 515b084 commit 58471ad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments