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 6bb99d3 commit fde711fCopy full SHA for fde711f
Lib/test/test_getpass.py
@@ -232,5 +232,6 @@ def test_rejects_non_string(self):
232
def test_rejects_empty_string(self):
233
self.assertRaises(ValueError, getpass.getpass, echo_char="")
234
235
+
236
if __name__ == "__main__":
237
unittest.main()
0 commit comments