diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-01-19 16:23:59 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-01-19 16:23:59 (GMT) |
commit | 919497ea743174665958520a5647ab0ae87ecb0b (patch) | |
tree | d5fc69e253c00b8252cda5f65d9e707e9a398afb /Lib/test/output | |
parent | fa56e2dc409173b0abf497244977fcaeb1a39b1a (diff) | |
download | cpython-919497ea743174665958520a5647ab0ae87ecb0b.zip cpython-919497ea743174665958520a5647ab0ae87ecb0b.tar.gz cpython-919497ea743174665958520a5647ab0ae87ecb0b.tar.bz2 |
Combine test_b1.py and test_b2.py into test_builtin.py,
port the tests to PyUnit and add many tests for error
cases. This increases code coverage in Python/bltinmodule.c
from 75% to 92%. (From SF patch #662807, with
assert_(not fcmp(x, y)) replaced with assertAlmostEqual(x, y)
where possible)
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_builtin | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/Lib/test/output/test_builtin b/Lib/test/output/test_builtin deleted file mode 100644 index 6c1b9aa..0000000 --- a/Lib/test/output/test_builtin +++ /dev/null @@ -1,53 +0,0 @@ -test_builtin -4. Built-in functions -test_b1 -__import__ -abs -apply -callable -chr -cmp -coerce -compile -complex -delattr -dir -divmod -eval -execfile -filter -float -getattr -hasattr -hash -hex -id -int -isinstance -issubclass -len -list -long -map -max -min -test_b2 -oct -open -ord -pow -range -input and raw_input -testing -testing -reduce -reload -repr -round -setattr -str -tuple -type -vars -xrange -zip |