summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-04-15 11:10:33 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-04-15 11:10:33 (GMT)
commitb1ded1e508d67acfb71450b353d0939e991cb288 (patch)
tree1f137b1aa1c1a9d06b2ba4edebb85b400dd50e54 /Lib/test/output
parent255a3d08a189fb6aa4acb16c2168eb396f63df0f (diff)
downloadcpython-b1ded1e508d67acfb71450b353d0939e991cb288.zip
cpython-b1ded1e508d67acfb71450b353d0939e991cb288.tar.gz
cpython-b1ded1e508d67acfb71450b353d0939e991cb288.tar.bz2
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.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_pwd7
1 files changed, 0 insertions, 7 deletions
diff --git a/Lib/test/output/test_pwd b/Lib/test/output/test_pwd
deleted file mode 100644
index ede4d8d..0000000
--- a/Lib/test/output/test_pwd
+++ /dev/null
@@ -1,7 +0,0 @@
-test_pwd
-pwd.getpwall()
-pwd.getpwuid()
-pwd.getpwnam()
-name matches uid
-caught expected exception
-caught expected exception