##// END OF EJS Templates
enable doctests for IPython.utils
Paul Ivanov -
Show More
@@ -402,7 +402,7 b' def run_iptest():'
402 402 SubprocessStreamCapturePlugin() ]
403 403
404 404 # we still have some vestigial doctests in core
405 if (section.name.startswith(('core', 'IPython.core'))):
405 if (section.name.startswith(('core', 'IPython.core', 'IPython.utils'))):
406 406 plugins.append(IPythonDoctest())
407 407 argv.extend([
408 408 '--with-ipdoctest',
General Comments 0
You need to be logged in to leave comments. Login now