mirror of
https://github.com/python/cpython.git
synced 2024-11-27 23:47:29 +01:00
fb817cd4a2
test_rotor.py: New test of the rotor module. test_*: converted to the new test harness. GvR note! test_signal.py works interatively (i.e. when verbose=1) but does not work inside the test harness. It must be a timing issue, but I haven't figured it out yet.
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
test_pwd
|
|
pwd.getpwall()
|
|
pwd.getpwuid()
|
|
pwd.getpwnam()
|
|
name matches uid
|
|
caught expected exception
|
|
caught expected exception
|