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 brgirgis, eric.araujo, ezio.melotti, michael.foord, r.david.murray, rbcollins
Date 2017-12-25.18:14:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
There may be now, but I don't think there was when unittest was written.  Also, if someone decided to use namespace packages for tests for some reason, the current check would also probably fail, so it may be worth looking for (or creating if needed) a standard way to check via importlib.
History
Date User Action Args
2017-12-25 18:14:35r.david.murraysetrecipients: + r.david.murray, rbcollins, ezio.melotti, eric.araujo, michael.foord, brgirgis
2017-12-25 18:14:35r.david.murraysetmessageid: <[email protected]>
2017-12-25 18:14:35r.david.murraylinkissue32419 messages
2017-12-25 18:14:35r.david.murraycreate