[issue14649] doctest.DocTestSuite error misleading when module has no docstrings

Chris Jerdonek report at bugs.python.org
Wed Aug 29 01:05:22 CEST 2012


Chris Jerdonek added the comment:

> With your patch 5 applied, test_zipimport_support fails.

You're right.  It looks like test_zipimport_support is tightly coupled to test_doctest.  For example--

http://hg.python.org/cpython/file/786d9516663e/Lib/test/test_zipimport_support.py#l94

My apologies for not running the full test suite before uploading those patches.  I'll take a closer look.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14649>
_______________________________________


More information about the Python-bugs-list mailing list