[issue17484] add tests for getpass

R. David Murray report at bugs.python.org
Wed Apr 3 03:13:03 CEST 2013


R. David Murray added the comment:

Thomas, did you submit a contributor agreement at PyCon (or after)?  If so I need to go bug someone to get the tracker updated.

I'm attaching a slightly modified version of your patch, cleaning up the output that was showing up on stdout and using assertWarns rather than monkey patching the warnings module.  Oh, and making the with-clause indentation PEP8 compliant...I wasn't very clear in my review comment about how that was supposed to look.

----------
Added file: http://bugs.python.org/file29658/getpass_tests.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17484>
_______________________________________


More information about the Python-bugs-list mailing list