[Python-checkins] python/dist/src/Lib/test/output test_pwd,1.2,NONE

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Tue, 15 Apr 2003 04:10:34 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1:/tmp/cvs-serv14955/Lib/test/output

Removed Files:
	test_pwd 
Log Message:
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.


--- test_pwd DELETED ---