mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 07:02:15 +00:00
bugfix
[SVN r15525]
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user