From 72e1c1a7f627cad897d09cfedecd2cf4a57e4c70 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 26 Sep 2002 12:00:04 +0000 Subject: [PATCH] bugfix [SVN r15525] --- test/numpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/numpy.py b/test/numpy.py index ff0c6a8f..b4c3ec62 100644 --- a/test/numpy.py +++ b/test/numpy.py @@ -160,9 +160,9 @@ def _run(args = None): print 'testing numarray module explicitly' numpy_ext.set_module_and_type('numarray', 'NDArray') failures += doctest.testmod(sys.modules.get(__name__))[0] + del __test__ # see that we can go back to the default - del __test__ print 'testing default module again' numpy_ext.set_module_and_type('', '') failures += doctest.testmod(sys.modules.get(__name__))[0]