[CMF-checkins] CVS: Products/CMFDefault/tests - test_all.py:1.8
Tres Seaver
tseaver@zope.com
Tue, 9 Oct 2001 12:27:49 -0400
Update of /cvs-repository/Products/CMFDefault/tests
In directory cvs.zope.org:/tmp/cvs-serv28014/CMFDefault/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/CMFDefault/tests/test_all.py 1.7 => 1.8 ===
import unittest
+
from Products.CMFDefault.tests import test_Discussions
from Products.CMFDefault.tests import test_Document
from Products.CMFDefault.tests import test_NewsItem