[Zope-Checkins] CVS: Zope/utilities - testrunner.py:1.18
Tres Seaver
tseaver@zope.com
Fri, 19 Oct 2001 10:13:11 -0400
Update of /cvs-repository/Zope/utilities
In directory cvs.zope.org:/tmp/cvs-serv10646/utilities
Modified Files:
testrunner.py
Log Message:
- Remove the need to 'import Zope' in one of the last tests which
does so (ZCatalog tests still need it, on account of ZClass
base class stuff).
=== Zope/utilities/testrunner.py 1.17 => 1.18 ===
testrunner.report( "Adding %s to sys.path." % sw_home )
sys.path.insert( 0, sw_home )
+ os.environ['SOFTWARE_HOME'] = sw_home
if test_all:
testrunner.runAllTests()