Skip to content

Commit

Permalink
TST: Added numpy.__config__.runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh-k13 committed Aug 7, 2022
1 parent 77198c9 commit 99e25bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/tests/test_public_api.py
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.__config__.runtime',
'who': 'numpy.lib.utils.who',
}
# We override dir to not show these members
Expand Down

0 comments on commit 99e25bc

Please sign in to comment.