diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-02-03 20:17:19 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-02-03 20:17:19 (GMT) |
commit | 363f6d65a764ace00524e96da78055c8e2ef9cc4 (patch) | |
tree | 05066ed831b140ac535068e682c2a74295c375f1 /Lib/test/output | |
parent | 93fe5642175ce5b7771c3b6e32f820b4788604e9 (diff) | |
download | cpython-363f6d65a764ace00524e96da78055c8e2ef9cc4.zip cpython-363f6d65a764ace00524e96da78055c8e2ef9cc4.tar.gz cpython-363f6d65a764ace00524e96da78055c8e2ef9cc4.tar.bz2 |
Port test_pow.py to PyUnit. From SF patch #662807
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_pow | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Lib/test/output/test_pow b/Lib/test/output/test_pow deleted file mode 100644 index 9649936..0000000 --- a/Lib/test/output/test_pow +++ /dev/null @@ -1,25 +0,0 @@ -test_pow -Testing integer mode... - Testing 2-argument pow() function... - Testing 3-argument pow() function... -Testing long integer mode... - Testing 2-argument pow() function... - Testing 3-argument pow() function... -Testing floating point mode... - Testing 3-argument pow() function... -The number in both columns should match. -3 3 --5 -5 --1 -1 -5 5 --3 -3 --7 -7 - -3L 3L --5L -5L --1L -1L -5L 5L --3L -3L --7L -7L - - |