From 99e25bc9bd2e1ff7b9ffb5bed948bd8a3adb6923 Mon Sep 17 00:00:00 2001 From: ganesh-k13 Date: Sun, 7 Aug 2022 09:30:41 +0530 Subject: [PATCH] TST: Added `numpy.__config__.runtime` --- numpy/tests/test_public_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index e028488d39d4..c48a70e2adc6 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.__config__.runtime', 'who': 'numpy.lib.utils.who', } # We override dir to not show these members