[Zope-Checkins] CVS: Zope/lib/python/Testing - common.py:1.4.6.1
Richard Jones
richard@commonground.com.au
Thu, 19 Jun 2003 01:48:29 -0400
Update of /cvs-repository/Zope/lib/python/Testing
In directory cvs.zope.org:/tmp/cvs-serv6007/lib/python/Testing
Modified Files:
Tag: Zope-2_6-branch
common.py
Log Message:
doc/CHANGES.txt
=== Zope/lib/python/Testing/common.py 1.4 => 1.4.6.1 ===
--- Zope/lib/python/Testing/common.py:1.4 Wed Aug 14 18:01:39 2002
+++ Zope/lib/python/Testing/common.py Thu Jun 19 01:48:29 2003
@@ -1,4 +1,6 @@
# Default test runner
+import unittest
+
TestRunner = unittest.TextTestRunner
def framework():