diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2017-07-13 22:45:46 +1200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2017-07-13 22:45:46 +1200 |
commit | 8024f8cfc314f6b9805ba8fd801ce9d8bde19807 (patch) | |
tree | e51ed984d53ea419e21a5233684a08ed28b84a0b /doc/source/reference/routines.testing.rst | |
parent | 4a0f10fcae07ce4dfeef2913425f84549db44a20 (diff) | |
download | numpy-8024f8cfc314f6b9805ba8fd801ce9d8bde19807.tar.gz |
DOC: add ``suppress_warnings`` to the testing routine listing.
Diffstat (limited to 'doc/source/reference/routines.testing.rst')
-rw-r--r-- | doc/source/reference/routines.testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.testing.rst b/doc/source/reference/routines.testing.rst index c43aeeed9..ad95bb399 100644 --- a/doc/source/reference/routines.testing.rst +++ b/doc/source/reference/routines.testing.rst @@ -41,7 +41,6 @@ Decorators decorators.slow decorate_methods - Test Running ------------ .. autosummary:: @@ -50,3 +49,4 @@ Test Running Tester run_module_suite rundocs + suppress_warnings |