summaryrefslogtreecommitdiff
path: root/numpy/testing/__init__.py
diff options
context:
space:
mode:
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