[Zope3-checkins] CVS: Zope3/src/zope/app/ftests -
test_introspector.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Feb 13 21:57:19 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/ftests
In directory cvs.zope.org:/tmp/cvs-serv26541/src/zope/app/ftests
Modified Files:
test_introspector.py
Log Message:
remove white space. update test boilerplate.
=== Zope3/src/zope/app/ftests/test_introspector.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/ftests/test_introspector.py:1.1 Wed Jul 2 07:02:17 2003
+++ Zope3/src/zope/app/ftests/test_introspector.py Fri Feb 13 21:57:18 2004
@@ -15,7 +15,6 @@
$Id$
"""
-
import unittest
from zope.testing.functional import BrowserTestCase
@@ -34,4 +33,4 @@
if __name__ == '__main__':
- unittest.main()
+ unittest.main(defaultTest='test_suite')
More information about the Zope3-Checkins
mailing list