Commit 7e9c2ee
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 <josh@jpellis.me>1 parent c612a67 commit 7e9c2ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments