]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Port test_pwd.py to PyUnit. Check that getpwall() and
authorWalter Dörwald <walter@livinglogic.de>
Tue, 15 Apr 2003 11:10:33 +0000 (11:10 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 15 Apr 2003 11:10:33 +0000 (11:10 +0000)
commitb1ded1e508d67acfb71450b353d0939e991cb288
tree1f137b1aa1c1a9d06b2ba4edebb85b400dd50e54
parent255a3d08a189fb6aa4acb16c2168eb396f63df0f
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.
Lib/test/output/test_pwd [deleted file]
Lib/test/test___all__.py
Lib/test/test_grp.py
Lib/test/test_pwd.py