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)
Showing
Lib/test/test_b1.py
deleted
100644 → 0
Lib/test/test_b2.py
deleted
100644 → 0
Please register or sign in to comment