[Python-checkins] python/dist/src/Lib/test/output test_builtin,1.7,NONE

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Sun, 19 Jan 2003 08:24:01 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1:/tmp/cvs-serv16923/Lib/test/output

Removed Files:
	test_builtin 
Log Message:
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)


--- test_builtin DELETED ---