commit | fcce630a7dfa2e1c10b87be44966196b693bd743 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 08 18:26:25 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 08 18:26:25 1996 +0000 |
tree | 8b65f983c965a803f888721b88683d4981cc39a3 | |
parent | 47347f04258fc5d21673ab74725f0cda28c6d02f [diff] [blame] |
Added test for math module
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index 92e7b9f..6733a2c 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py
@@ -29,4 +29,8 @@ unload('test_types') import test_types +print 'test_math' +unload('test_math') +import test_math + print 'Passed all tests.'