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 rbcollins
Recipients ezio.melotti, r.david.murray, rbcollins, serhiy.storchaka, sih4sing5hong5, vstinner
Date 2015-08-21.00:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440116218.06.0.756256992381.issue24263@psf.upfronthosting.co.za>
In-reply-to
Content
I'm torn on whether this needs a test or not. It would be hard to regress, but testing this properly really wants hypothesis with a valid-python-identifier-strategy.

I think on balance we do need one.

So - we need a test in test_discover that mocks the presence of a file with a name containing e.g. \u2603.
History
Date User Action Args
2015-08-21 00:16:58rbcollinssetrecipients: + rbcollins, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, sih4sing5hong5
2015-08-21 00:16:58rbcollinssetmessageid: <1440116218.06.0.756256992381.issue24263@psf.upfronthosting.co.za>
2015-08-21 00:16:58rbcollinslinkissue24263 messages
2015-08-21 00:16:57rbcollinscreate