summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-03-17 19:42:37 -0500
committerGitHub <noreply@github.com>2020-03-17 19:42:37 -0500
commit2fc96a0bc15624d7f1f74750bddffeca46f1e73c (patch)
tree154532c2dea1fb137d167e770492f9a189f06287 /doc/source
parentc71ce0e6dbd9ec67b3ac7fb5ac3eb609f8a56829 (diff)
parent7bdc26543725e46b47e51c801a3c52e4a8cc29f7 (diff)
downloadnumpy-2fc96a0bc15624d7f1f74750bddffeca46f1e73c.tar.gz
Merge pull request #15771 from anirudh2290/fix_dev_doc
DOC: Fix runtests example in developer docs
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/dev/development_environment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst
index c20b6fe40..1f404d6e0 100644
--- a/doc/source/dev/development_environment.rst
+++ b/doc/source/dev/development_environment.rst
@@ -44,7 +44,7 @@ arguments may be forwarded to the target embedded by ``runtests.py`` by passing
the extra arguments after a bare ``--``. For example, to run a test method with
the ``--pdb`` flag forwarded to the target, run the following::
- $ python runtests.py -t numpy/tests/test_scripts.py:test_f2py -- --pdb
+ $ python runtests.py -t numpy/tests/test_scripts.py::test_f2py -- --pdb
When using pytest as a target (the default), you can
`match test names using python operators`_ by passing the ``-k`` argument to pytest::