From 8ff77044825ccbcf3d013a9e5dd38e10e68cd802 2016-10-25 01:20:13 From: Paul Ivanov Date: 2016-10-25 01:20:13 Subject: [PATCH] enable doctests for IPython.utils --- diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index b2f19a4..a3ee17d 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -402,7 +402,7 @@ def run_iptest(): SubprocessStreamCapturePlugin() ] # we still have some vestigial doctests in core - if (section.name.startswith(('core', 'IPython.core'))): + if (section.name.startswith(('core', 'IPython.core', 'IPython.utils'))): plugins.append(IPythonDoctest()) argv.extend([ '--with-ipdoctest',