From 32edd98fbd1e09ef6b55d631b637fa31a9432c4a Mon Sep 17 00:00:00 2001 From: Fernando Perez Date: Wed, 22 Apr 2009 16:34:16 -0700 Subject: [PATCH 1/2] Skip things we shouldn't be testing --- IPython/testing/iptest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 50f9beedb..ab20e84af 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -35,12 +35,15 @@ from IPython.testing.plugin.ipdoctest import IPythonDoctest EXCLUDE = ['IPython/external/', 'IPython/platutils_win32', 'IPython/frontend/cocoa', + 'IPython/frontend/process/winprocess.py', 'IPython_doctest_plugin', 'IPython/Gnuplot', 'IPython/Extensions/ipy_', 'IPython/Extensions/clearcmd', 'IPython/Extensions/PhysicalQIn', 'IPython/Extensions/scitedirector', + 'IPython/Extensions/numeric_formats', + 'IPython/testing/attic', ] #----------------------------------------------------------------------------- From cdac592b4e746ea9e0e7a7553166ad18d39cc12d Mon Sep 17 00:00:00 2001 From: Fernando Perez Date: Thu, 23 Apr 2009 15:29:27 -0700 Subject: [PATCH 2/2] Reactivate --with-ipdoctest option by default, now that trial is isolated. --- IPython/testing/iptest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index ab20e84af..6bdf251d3 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -63,7 +63,7 @@ def main(): # test suite back into working shape. Our nose # plugin needs to be gone through with a fine # toothed comb to find what is causing the problem. - # '--with-ipdoctest', + '--with-ipdoctest', '--ipdoctest-tests','--ipdoctest-extension=txt', '--detailed-errors',