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 BreamoreBoy, Kain, eryksun, petrikas, python-dev, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2015-05-14.11:06:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431601615.87.0.745936873876.issue23995@psf.upfronthosting.co.za>
In-reply-to
Content
You'll note that the problem shows up in the getpass module, which does have tests, but which does not have a test that discovers this.  That's because writing tests that *use* these functions is not really practical :)

Someone could open an issue about testing for the functions that are supposed to be available.  There could also be another issue for gettpass to test for the availability of the functions it actually uses.

Steve, looks like you forgot to close the issue?  Or were you waiting for agreement about the tests?
History
Date User Action Args
2015-05-14 11:06:55r.david.murraysetrecipients: + r.david.murray, tim.golden, BreamoreBoy, python-dev, zach.ware, eryksun, steve.dower, petrikas, Kain
2015-05-14 11:06:55r.david.murraysetmessageid: <1431601615.87.0.745936873876.issue23995@psf.upfronthosting.co.za>
2015-05-14 11:06:55r.david.murraylinkissue23995 messages
2015-05-14 11:06:55r.david.murraycreate