Commit b9f009aa authored by Andreas Jung's avatar Andreas Jung

- reorganized structure of ZCatalog unittests

- tests/test*.py now runs with testrunner
- regressiontests/*.py are based on unittest but require a
  mailbox files as input for tests
parent e3a41a6d
......@@ -25,6 +25,11 @@ from Products.ZCatalog import ZCatalog
from unittest import TestCase, TestSuite, JUnitTextTestRunner,\
VerboseTextTestRunner, makeSuite
from Products.PluginIndexes.FieldIndex.FieldIndex import FieldIndex
from Products.PluginIndexes.TextIndex.TextIndex import TextIndex
from Products.PluginIndexes.TextIndex.Lexicon import Lexicon
from Products.PluginIndexes.KeywordIndex.KeywordIndex import KeywordIndex
from Testing.makerequest import makerequest
TextTestRunner = VerboseTextTestRunner
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment