From 07a0eeceaafd2b57a2024b471a1d34c879464427 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 12 Dec 1996 23:34:06 +0000 Subject: A test of the struct module --- Lib/test/testall.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/testall.py') diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 7ad7b88d1f..c9470cde4d 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py @@ -21,6 +21,7 @@ tests = ['test_grammar', 'test_rgbimg', 'test_select', 'test_strftime', + 'test_struct', ] if __name__ == '__main__': -- cgit v1.2.1