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 pwtail
Recipients pwtail, remi.lapeyre
Date 2020-05-21.22:34:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590100471.75.0.682733008591.issue40690@roundup.psfhosted.org>
In-reply-to
Content
If you make an import in a module with your tests

From unittest import FunctionTestCase

then you will have 1 extra test in that module (the imported one), moreover, that test will be broken.
History
Date User Action Args
2020-05-21 22:34:31pwtailsetrecipients: + pwtail, remi.lapeyre
2020-05-21 22:34:31pwtailsetmessageid: <1590100471.75.0.682733008591.issue40690@roundup.psfhosted.org>
2020-05-21 22:34:31pwtaillinkissue40690 messages
2020-05-21 22:34:31pwtailcreate