Skip to content

Commit 7bff275

Browse files
authored
Merge pull request numpy#26931 from paddyroddy/spin-full-test
BUG: Fix running full test command in docstring
2 parents 1a357f0 + b17dc3e commit 7bff275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.spin/cmds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def test(ctx, pytest_args, markexpr, n_jobs, tests, verbose, *args, **kwargs):
246246
spin test -- -k "geometric and not rgeometric"
247247
248248
By default, spin will run `-m 'not slow'`. To run the full test suite, use
249-
`spin -m full`
249+
`spin test -m full`
250250
251251
For more, see `pytest --help`.
252252
""" # noqa: E501

0 commit comments

Comments
 (0)