2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 07:02:15 +00:00
[SVN r15525]
This commit is contained in:
Dave Abrahams
2002-09-26 12:00:04 +00:00
parent 173021377e
commit 72e1c1a7f6

View File

@@ -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]