summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorganesh-k13 <ganesh3597@gmail.com>2022-08-18 19:18:24 +0530
committerganesh-k13 <ganesh3597@gmail.com>2022-08-19 18:16:30 +0530
commit5a2a84a19a125bcc1bc72598ac81938dff790dcb (patch)
tree64043820defcfa52024eae4b3b98620044954e5c /numpy/tests/test_public_api.py
parentfe6369961f4ff136161b0dac2ae2ec620dbce5fb (diff)
downloadnumpy-5a2a84a19a125bcc1bc72598ac81938dff790dcb.tar.gz
TST: Added show_runtime to test_public_api
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index e028488d3..882a48d2f 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -51,6 +51,7 @@ def test_numpy_namespace():
'safe_eval': 'numpy.lib.utils.safe_eval',
'set_string_function': 'numpy.core.arrayprint.set_string_function',
'show_config': 'numpy.__config__.show',
+ 'show_runtime': 'numpy.lib.utils.show_runtime',
'who': 'numpy.lib.utils.who',
}
# We override dir to not show these members