From 9640817951815be7998899130b0c29e57ae35d1c 2009-04-23 22:29:27
From: Fernando Perez <Fernando.Perez@berkeley.edu>
Date: 2009-04-23 22:29:27
Subject: [PATCH] Reactivate --with-ipdoctest option by default, now that trial is isolated.

---

diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py
index ab20e84..6bdf251 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',