• Walter Dörwald's avatar
    Combine test_b1.py and test_b2.py into test_builtin.py, · 919497ea
    Walter Dörwald yazdı
    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)
    919497ea
test_builtin.py 36.6 KB