[Checkins] SVN: z3c.autoinclude/trunk/src/z3c/autoinclude/tests/tests.py uncomment tests

Ethan Jucovy ejucovy at openplans.org
Thu Jan 15 18:53:21 EST 2009


Log message for revision 94770:
  uncomment tests

Changed:
  U   z3c.autoinclude/trunk/src/z3c/autoinclude/tests/tests.py

-=-
Modified: z3c.autoinclude/trunk/src/z3c/autoinclude/tests/tests.py
===================================================================
--- z3c.autoinclude/trunk/src/z3c/autoinclude/tests/tests.py	2009-01-15 23:05:56 UTC (rev 94769)
+++ z3c.autoinclude/trunk/src/z3c/autoinclude/tests/tests.py	2009-01-15 23:53:20 UTC (rev 94770)
@@ -71,8 +71,8 @@
 
     from pprint import pprint
     suite = doctest.DocFileSuite('../utils.txt',
-#                                 '../dependency.txt',
-#                                 '../plugin.txt',
+                                 '../dependency.txt',
+                                 '../plugin.txt',
                                  setUp=testSetUp,
                                  tearDown=testTearDown,
                                  globs={'pprint':pprint},



More information about the Checkins mailing list