summaryrefslogtreecommitdiff
path: root/doc/source/dev/development_environment.rst
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-10-17 11:16:57 +0300
committermattip <matti.picus@gmail.com>2019-10-17 19:31:06 +0300
commit0b474e3ee75d1086379e5f3e5cfc75594bbe56fc (patch)
treeec70241fcd646da7ec82fce8412df5c7fedbe033 /doc/source/dev/development_environment.rst
parentf8b9ba9c971c32c04b26cf9356fcb652fa754064 (diff)
downloadnumpy-0b474e3ee75d1086379e5f3e5cfc75594bbe56fc.tar.gz
TST: run refguide-check on rst files in doc/*
Diffstat (limited to 'doc/source/dev/development_environment.rst')
-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 9d618cc9f..b1641e512 100644
--- a/doc/source/dev/development_environment.rst
+++ b/doc/source/dev/development_environment.rst
@@ -146,7 +146,7 @@ Running tests
Besides using ``runtests.py``, there are various ways to run the tests. Inside
the interpreter, tests can be run like this::
- >>> np.test()
+ >>> np.test() # doctest: +SKIPBLOCK
>>> np.test('full') # Also run tests marked as slow
>>> np.test('full', verbose=2) # Additionally print test name/file