mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
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:
parent
fa56e2dc40
commit
919497ea74
4 changed files with 1075 additions and 1104 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue