[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/test.config Update test runner configuration file to reflect change in filtering

Fred L. Drake, Jr. fred at zope.com
Thu Jul 1 15:08:01 EDT 2004


Log message for revision 26024:
Update test runner configuration file to reflect change in filtering
(revision 26020).



-=-
Modified: Zope3/branches/ZopeX3-3.0/test.config
===================================================================
--- Zope3/branches/ZopeX3-3.0/test.config	2004-07-01 19:05:30 UTC (rev 26023)
+++ Zope3/branches/ZopeX3-3.0/test.config	2004-07-01 19:08:01 UTC (rev 26024)
@@ -104,10 +104,10 @@
 # GUI = False
 
 
-# MODULE_FILTER=<str>
-# Regular expression (in string format) for matching test module paths
-# MODULE_FILTER = None
+# MODULE_FILTERS=[<str>, ...]
+# List of regular expressions (in string format) for matching test module paths
+# MODULE_FILTERS = []
 
-# TEST_FILTER=<str>
-# Regular expression (in string format) for matching test names
-# TEST_FILTER = None
+# TEST_FILTERS=[<str>, ...]
+# List of regular expressions (in string format) for matching test names
+# TEST_FILTERS = []



More information about the Zope3-Checkins mailing list