cpython/Lib/test/output
Walter Dörwald b1ded1e508 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.
2003-04-15 11:10:33 +00:00
..
test_MimeWriter
test_asynchat
test_augassign
test_binascii
test_cgi
test_class
test_coercion
test_compare
test_compile
test_cookie
test_exceptions
test_extcall
test_frozen
test_future
test_global
test_grammar
test_httplib
test_linuxaudiodev
test_logging SF patch #687683, Patches to logging (updates from Vinay) 2003-02-18 14:20:07 +00:00
test_longexp
test_math
test_md5
test_mimetools
test_mmap
test_new
test_nis
test_opcodes
test_openpty
test_operations
test_ossaudiodev
test_pep277
test_pkg
test_poll
test_popen
test_popen2
test_posixpath
test_profile
test_pty
test_pyexpat
test_re
test_regex
test_resource
test_rgbimg
test_richcmp
test_rotor
test_scope
test_signal
test_thread
test_threadedtempfile
test_tokenize
test_types
test_unicode_file
test_winreg
test_winsound
test_xreadline
xmltests