[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 173632 - Python tracker

Message173632

Author chris.jerdonek
Recipients asvetlov, chris.jerdonek, r.david.murray, tuukka
Date 2012-10-23.18:53:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351018437.36.0.0664210400945.issue15916@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  This patch still raises the "has no docstrings" ValueError if "not tests" is True.  And because the patch changes the default DocTestFinder, it's possible that the patch changes behavior in non-error use cases.

Why not just return an empty TestSuite if not tests is True?  IIRC, this was the conclusion of the issue 14649 discussion.
History
Date User Action Args
2012-10-23 18:53:57chris.jerdoneksetrecipients: + chris.jerdonek, r.david.murray, asvetlov, tuukka
2012-10-23 18:53:57chris.jerdoneksetmessageid: <1351018437.36.0.0664210400945.issue15916@psf.upfronthosting.co.za>
2012-10-23 18:53:57chris.jerdoneklinkissue15916 messages
2012-10-23 18:53:57chris.jerdonekcreate