-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Open
Labels
testsTests in the Lib/test dirTests in the Lib/test dir
Description
This is something I thought of when working #130496, I noticed that some tests were missing.
Test Lib/test/test_getpass.py
only has three classes: GetpassGetuserTest
, GetpassRawinputTest
, UnixGetpassTest
.
This clearly doesn't cover all cases, I think we should add at least WinGetpassTest
and check that both implementations (unix_getpass
and win_getpass
) work the same.
Linked PRs
tomasr8
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dir