[Python-checkins] CVS: python/dist/src/Lib/test/output test_copy_reg,NONE,1.1

Fred L. Drake python-dev@python.org
Wed, 11 Oct 2000 15:17:38 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15912/test/output

Added Files:
	test_copy_reg 
Log Message:

Test the exception-raising for error cases in copy_reg.


--- NEW FILE ---
test_copy_reg
Caught expected TypeError:
copy_reg is not intended for use with classes

Caught expected TypeError:
reduction functions must be callable

Caught expected TypeError:
constructors must be callable