summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-11 16:52:56 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-11 16:52:56 (GMT)
commitebfa2c441753e4470c7a4d619243093723b28e99 (patch)
tree716b4e9951b2d10e5db429bd63ec7e29b8a0e30c /Lib/test/testall.py
parent2b6c2faa6474e1e490805d3c38d6063f90cb14c6 (diff)
downloadcpython-ebfa2c441753e4470c7a4d619243093723b28e99.zip
cpython-ebfa2c441753e4470c7a4d619243093723b28e99.tar.gz
cpython-ebfa2c441753e4470c7a4d619243093723b28e99.tar.bz2
Added test_pwd
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r--Lib/test/testall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index e8eabdd..a39dd5f 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -17,6 +17,7 @@ tests = ['test_grammar',
'test_dbm',
'test_new',
'test_nis',
+ 'test_pwd',
]
if __name__ == '__main__':