diff options
author | Georg Brandl <georg@python.org> | 2006-10-28 13:51:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-10-28 13:51:49 (GMT) |
commit | 2f03760a9836916a453719f37f070bd6b2aed86b (patch) | |
tree | fbf5b4ec1a4e22cfb72d49dff48716e6e8724efa /Lib/test/output | |
parent | 856b44679373fad87d409e5fdc0729b5d9c6f56c (diff) | |
download | cpython-2f03760a9836916a453719f37f070bd6b2aed86b.zip cpython-2f03760a9836916a453719f37f070bd6b2aed86b.tar.gz cpython-2f03760a9836916a453719f37f070bd6b2aed86b.tar.bz2 |
Convert test_math to unittest.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_math | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Lib/test/output/test_math b/Lib/test/output/test_math deleted file mode 100644 index 4c8f77c..0000000 --- a/Lib/test/output/test_math +++ /dev/null @@ -1,28 +0,0 @@ -test_math -math module, testing with eps 1e-05 -constants -acos -asin -atan -atan2 -ceil -cos -cosh -degrees -exp -fabs -floor -fmod -frexp -hypot -ldexp -log -log10 -modf -pow -radians -sin -sinh -sqrt -tan -tanh |