commit | b1ded1e508d67acfb71450b353d0939e991cb288 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Tue Apr 15 11:10:33 2003 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Tue Apr 15 11:10:33 2003 +0000 |
tree | 1f137b1aa1c1a9d06b2ba4edebb85b400dd50e54 | |
parent | 255a3d08a189fb6aa4acb16c2168eb396f63df0f [diff] |
Port test_pwd.py to PyUnit. Check that getpwall() and getpwnam()/getpwuid() return consistent data. Change test_grp to check that getgrall() and getgrnam()/getgrgid() return consistent data. Add error checks similar to test_pwd.py. Port test___all__.py to PyUnit. From SF patch #662807.