This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients CuriousLearner, jayvdb, jneb, r.david.murray
Date 2018-11-26.20:25:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543263953.14.0.788709270274.issue24925@psf.upfronthosting.co.za>
In-reply-to
Content
Without looking at doctest.py, yes.  I believe the doctests in that file should be already plugged in to the unittest framework, so adding new testcase containing a non-doctest unit test should work fine.
History
Date User Action Args
2018-11-26 20:25:53r.david.murraysetrecipients: + r.david.murray, jneb, jayvdb, CuriousLearner
2018-11-26 20:25:53r.david.murraysetmessageid: <1543263953.14.0.788709270274.issue24925@psf.upfronthosting.co.za>
2018-11-26 20:25:53r.david.murraylinkissue24925 messages
2018-11-26 20:25:53r.david.murraycreate