diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-11-29 17:56:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 17:56:10 +0100 |
commit | 2cf8c40727b08c029cdaf7fce803d031a60499a2 (patch) | |
tree | a59d6662d17e7bfad1e94b36ab4a77930574c3a0 /numpy/tests/test_public_api.py | |
parent | 7f0f045625022c3f816911cd80f8635ac2a36f21 (diff) | |
parent | 1a8d3ca45f0a7294784bc200ec436dc8563f654a (diff) | |
download | numpy-2cf8c40727b08c029cdaf7fce803d031a60499a2.tar.gz |
Merge pull request #22533 from ngoldbaum/ufunc-and-function-listing
API: Add numpy.testing.overrides to aid testing of custom array containers
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 35eb4fd00..396375d87 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -159,6 +159,7 @@ PUBLIC_MODULES = ['numpy.' + s for s in [ "polynomial.polynomial", "random", "testing", + "testing.overrides", "typing", "typing.mypy_plugin", "version", |