From 0b474e3ee75d1086379e5f3e5cfc75594bbe56fc Mon Sep 17 00:00:00 2001 From: mattip Date: Thu, 17 Oct 2019 11:16:57 +0300 Subject: TST: run refguide-check on rst files in doc/* --- doc/source/dev/development_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/dev') 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 -- cgit v1.2.1