[CMF-checkins] CVS: Products/CMFTopic/tests - test_all.py:1.4
Tres Seaver
tseaver@zope.com
Tue, 9 Oct 2001 12:27:19 -0400
Update of /cvs-repository/Products/CMFTopic/tests
In directory cvs.zope.org:/tmp/cvs-serv28014/CMFTopic/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/CMFTopic/tests/test_all.py 1.3 => 1.4 ===
import unittest
+
from Products.CMFTopic.tests import test_Topic
from Products.CMFTopic.tests import test_DateC
from Products.CMFTopic.tests import test_ListC