Skip to content

Commit

Permalink
TST: Added show_runtime to test_public_api
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh-k13 committed Aug 18, 2022
1 parent b9bb47e commit f1c1d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/tests/test_public_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1c1d48

Please sign in to comment.