From 7822681992035b78afc1dd6b61dcce423a4129af Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 11 Dec 1996 01:01:09 +0000 Subject: added test_nis --- Lib/test/testall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/testall.py b/Lib/test/testall.py index b472c7f..e8eabdd 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__': -- cgit v0.12