[CMF-checkins] CVS: Products/CMFCalendar/tests - test_all.py:1.3

Tres Seaver tseaver@zope.com
Tue, 9 Oct 2001 12:27:48 -0400


Update of /cvs-repository/Products/CMFCalendar/tests
In directory cvs.zope.org:/tmp/cvs-serv28014/CMFCalendar/tests

Modified Files:
	test_all.py 
Log Message:


 - Add mega-suite for running all CMF tests.

 - Try to make sure that individual 'test_all' modules run even without
   zctl, by adding 'import Zope' at the top.


=== Products/CMFCalendar/tests/test_all.py 1.2 => 1.3 ===
 import unittest
+
 from Products.CMFCalendar.tests import test_Event
 
 def test_suite():