]> granicus.if.org Git - python/commit
Combine test_b1.py and test_b2.py into test_builtin.py,
authorWalter Dörwald <walter@livinglogic.de>
Sun, 19 Jan 2003 16:23:59 +0000 (16:23 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sun, 19 Jan 2003 16:23:59 +0000 (16:23 +0000)
commit919497ea743174665958520a5647ab0ae87ecb0b
treed5fc69e253c00b8252cda5f65d9e707e9a398afb
parentfa56e2dc409173b0abf497244977fcaeb1a39b1a
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)
Lib/test/output/test_builtin [deleted file]
Lib/test/test_b1.py [deleted file]
Lib/test/test_b2.py [deleted file]
Lib/test/test_builtin.py