[Checkins] SVN: zope.traversing/trunk/test.py Enable functional tests.

Baiju M baiju.m.mail at gmail.com
Sat Jan 20 00:07:43 EST 2007


Log message for revision 72113:
  Enable functional tests.
  

Changed:
  U   zope.traversing/trunk/test.py

-=-
Modified: zope.traversing/trunk/test.py
===================================================================
--- zope.traversing/trunk/test.py	2007-01-20 05:02:38 UTC (rev 72112)
+++ zope.traversing/trunk/test.py	2007-01-20 05:07:43 UTC (rev 72113)
@@ -29,7 +29,7 @@
 defaults = [
     '--path', src,
     '--package', 'zope.traversing',
-    '--tests-pattern', '^tests$',
+    '--tests-pattern', '^f?tests$',
     ]
 
 sys.exit(testrunner.run(defaults))



More information about the Checkins mailing list