diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-05-06 16:12:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 16:12:06 +0300 |
commit | fcfdfe98c87fae64517581e2a12cc95a1596d47a (patch) | |
tree | b5a588d90bb036e2b22d20e7d388586736be6647 /doc/source/reference | |
parent | 38dec01b7ea36d137e66818f53a5555364f06b4a (diff) | |
parent | 6b540f70835cc8777f7774ba009ee08dc0167519 (diff) | |
download | numpy-fcfdfe98c87fae64517581e2a12cc95a1596d47a.tar.gz |
Merge pull request #21400 from Patol75/patch-1
DOC: Add missing entries in `numpy.testing` documentation
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.testing.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/reference/routines.testing.rst b/doc/source/reference/routines.testing.rst index d9e98e941..16d53bb4e 100644 --- a/doc/source/reference/routines.testing.rst +++ b/doc/source/reference/routines.testing.rst @@ -27,6 +27,8 @@ Asserts assert_raises assert_raises_regex assert_warns + assert_no_warnings + assert_no_gc_cycles assert_string_equal Asserts (not recommended) @@ -38,9 +40,11 @@ functions for more consistent floating point comparisons. .. autosummary:: :toctree: generated/ + assert_ assert_almost_equal assert_approx_equal assert_array_almost_equal + print_assert_equal Decorators ---------- @@ -60,6 +64,8 @@ Test Running :toctree: generated/ Tester + clear_and_catch_warnings + measure run_module_suite rundocs suppress_warnings |