We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981d49d commit 07534ceCopy full SHA for 07534ce
Lib/test/test_getpass.py
@@ -210,8 +210,6 @@ def test_accepts_none(self):
210
def test_accepts_single_printable_ascii(self, echo_char):
211
getpass._check_echo_char(echo_char)
212
213
- # Rejected `echo_char` Case(s)
214
- # ValueError Rejection(s)
215
def test_rejects_empty_string(self):
216
self.assertRaises(ValueError, getpass.getpass, echo_char="")
217
0 commit comments