summaryrefslogtreecommitdiff
path: root/numpy/testing/__init__.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-06-10 10:14:34 -0600
committerGitHub <noreply@github.com>2021-06-10 10:14:34 -0600
commitea335bc7d2df5baab56df8f561fccffef172bfea (patch)
tree8e023431fb09de40a4cd661a85c182696bd3e952 /numpy/testing/__init__.py
parentdae36b3d26724fdaa5d17656d79e9daf68517321 (diff)
parent004ad4037904de3712774782f77de39a1768a264 (diff)
downloadnumpy-ea335bc7d2df5baab56df8f561fccffef172bfea.tar.gz
Merge pull request #19179 from BvB93/testing
ENH: Add annotations for `np.testing`
Diffstat (limited to 'numpy/testing/__init__.py')
-rw-r--r--numpy/testing/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/testing/__init__.py b/numpy/testing/__init__.py
index e1f87621f..064a74a16 100644
--- a/numpy/testing/__init__.py
+++ b/numpy/testing/__init__.py
@@ -8,6 +8,7 @@ away.
from unittest import TestCase
from ._private.utils import *
+from ._private.utils import _assert_valid_refcount, _gen_alignment_data
from ._private import decorators as dec
from ._private.nosetester import (
run_module_suite, NoseTester as Tester