From: Barry Warsaw Date: Wed, 11 Dec 1996 01:01:09 +0000 (+0000) Subject: added test_nis X-Git-Tag: v1.5a1~799 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7822681992035b78afc1dd6b61dcce423a4129af;p=thirdparty%2FPython%2Fcpython.git added test_nis --- diff --git a/Lib/test/testall.py b/Lib/test/testall.py index b472c7fe8f12..e8eabdde8e9b 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py @@ -16,6 +16,7 @@ tests = ['test_grammar', 'test_crypt', 'test_dbm', 'test_new', + 'test_nis', ] if __name__ == '__main__':