Message 340857 - Python tracker

Message340857

Author mrwaffles
Recipients mrwaffles
Date 2019-04-25.19:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556219043.29.0.793780129066.issue36723@roundup.psfhosted.org>
In-reply-to
Content
Hi friends,

I noticed strange behavior involving unittest discovery with namespace packages. Using dot notation to discover test packages within a namespace package will fail, but will succeed when using path notation.

It feels awkward that dot path would fail but normal path would succeed. Is this the desired behavior?

I created a demo repo and fully documented this odd behavior here

https://github.com/JonnyWaffles/djangonamespacetestfail.
History
Date User Action Args
2019-04-25 19:04:03mrwafflessetrecipients: + mrwaffles
2019-04-25 19:04:03mrwafflessetmessageid: <1556219043.29.0.793780129066.issue36723@roundup.psfhosted.org>
2019-04-25 19:04:03mrwaffleslinkissue36723 messages
2019-04-25 19:04:03mrwafflescreate