[CMF-checkins] CVS: Products/CMFCore/tests - test_all.py:1.4

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


Update of /cvs-repository/Products/CMFCore/tests
In directory cvs.zope.org:/tmp/cvs-serv28014/CMFCore/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/CMFCore/tests/test_all.py 1.3 => 1.4 ===
 import unittest
 from Products.CMFCore.tests import test_ContentTypeRegistry
 from Products.CMFCore.tests import test_PortalFolder