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)
This commit is contained in:
Walter Dörwald 2003-01-19 16:23:59 +00:00
parent fa56e2dc40
commit 919497ea74
4 changed files with 1075 additions and 1104 deletions

File diff suppressed because it is too large Load diff