From: Barry Warsaw Date: Wed, 11 Dec 1996 16:52:56 +0000 (+0000) Subject: Added test_pwd X-Git-Tag: v1.5a1~795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebfa2c441753e4470c7a4d619243093723b28e99;p=python Added test_pwd --- 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__':