diff options
| author | Barry Warsaw <barry@python.org> | 1996-12-11 16:52:56 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 1996-12-11 16:52:56 +0000 |
| commit | ebfa2c441753e4470c7a4d619243093723b28e99 (patch) | |
| tree | 716b4e9951b2d10e5db429bd63ec7e29b8a0e30c | |
| parent | 2b6c2faa6474e1e490805d3c38d6063f90cb14c6 (diff) | |
| download | cpython-git-ebfa2c441753e4470c7a4d619243093723b28e99.tar.gz | |
Added test_pwd
| -rw-r--r-- | Lib/test/testall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index e8eabdde8e..a39dd5fe10 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__': |
