From cdac592b4e746ea9e0e7a7553166ad18d39cc12d Mon Sep 17 00:00:00 2001 From: Fernando Perez Date: Thu, 23 Apr 2009 15:29:27 -0700 Subject: [PATCH] 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',