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

Jeremy Hylton jhylton@users.sourceforge.net
Thu, 18 Jan 2001 19:22:50 -0800


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

Added Files:
	test_bastion 
Log Message:
add test of bastion and rexec to std regression test suite


--- NEW FILE: test_bastion ---
test_bastion
b.total() = 99
b.sum = inaccessible
b._add = inaccessible
b._get_.func_defaults = [<type 'function'>] accessible
==================== Using rexec: ====================
b.total() = 198
b.sum = inaccessible
b._add = inaccessible
b._get_.func_defaults = inaccessible