[Epydoc-commits] SF.net SVN: epydoc: [1360] trunk/epydoc/src/epydoc/test/__init__.py
Brought to you by:
edloper
|
From: <ed...@us...> - 2006-09-06 23:45:31
|
Revision: 1360
http://svn.sourceforge.net/epydoc/?rev=1360&view=rev
Author: edloper
Date: 2006-09-06 16:45:27 -0700 (Wed, 06 Sep 2006)
Log Message:
-----------
- Turn on epydoc.DEBUG when running tests
Modified Paths:
--------------
trunk/epydoc/src/epydoc/test/__init__.py
Modified: trunk/epydoc/src/epydoc/test/__init__.py
===================================================================
--- trunk/epydoc/src/epydoc/test/__init__.py 2006-09-06 23:44:59 UTC (rev 1359)
+++ trunk/epydoc/src/epydoc/test/__init__.py 2006-09-06 23:45:27 UTC (rev 1360)
@@ -14,6 +14,9 @@
import unittest, doctest, epydoc, os, os.path
def main():
+ # Turn on debugging.
+ epydoc.DEBUG = True
+
# Options for doctest:
options = doctest.ELLIPSIS
doctest.set_unittest_reportflags(doctest.REPORT_UDIFF)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|