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 serhiy.storchaka
Recipients ezio.melotti, mdk, michael.foord, rbcollins, serhiy.storchaka, vstinner
Date 2017-06-09.08:43:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496997810.99.0.298395778346.issue30523@psf.upfronthosting.co.za>
In-reply-to
Content
The main problem is doctests. Numerous "doctest.DocTestCase.runTest" look useless and confusing.

Running tests instead of listing them is bad.

It is not clear why in one cases --list-tests outputs full qualified test names, while in other cases it outputs only class and method names.
History
Date User Action Args
2017-06-09 08:43:31serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, rbcollins, ezio.melotti, michael.foord, mdk
2017-06-09 08:43:30serhiy.storchakasetmessageid: <1496997810.99.0.298395778346.issue30523@psf.upfronthosting.co.za>
2017-06-09 08:43:30serhiy.storchakalinkissue30523 messages
2017-06-09 08:43:30serhiy.storchakacreate