Show More
@@ -402,7 +402,7 b' def run_iptest():' | |||||
402 | SubprocessStreamCapturePlugin() ] |
|
402 | SubprocessStreamCapturePlugin() ] | |
403 |
|
403 | |||
404 | # we still have some vestigial doctests in core |
|
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 | plugins.append(IPythonDoctest()) |
|
406 | plugins.append(IPythonDoctest()) | |
407 | argv.extend([ |
|
407 | argv.extend([ | |
408 | '--with-ipdoctest', |
|
408 | '--with-ipdoctest', |
General Comments 0
You need to be logged in to leave comments.
Login now