summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-09-08 01:25:42 -0700
committerRalf Gommers <ralf.gommers@gmail.com>2019-09-19 08:57:52 +0200
commit53f130751ac488b879adcb9e6bb2e2bc76a4ac93 (patch)
tree3e044adbfd370eb84ab82f339c889f2cf47073a8 /numpy/tests/test_public_api.py
parent8753d296c9dbdca9e58bcdc9028c794c7271e005 (diff)
downloadnumpy-53f130751ac488b879adcb9e6bb2e2bc76a4ac93.tar.gz
TST: add `core/generate_numpy_api.py` to private-but-present modules
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 5c5de7c23..32e9f42d5 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -193,6 +193,7 @@ PRIVATE_BUT_PRESENT_MODULES = [
"core.einsumfunc",
"core.fromnumeric",
"core.function_base",
+ "core.generate_numpy_api",
"core.getlimits",
"core.info",
"core.machar",