[Checkins] SVN: Sandbox/ulif/z3c-testsetup/trunk/buildout.cfg Modify test pattern.

Uli Fouquet uli at gnufix.de
Sat Feb 2 04:23:47 EST 2008


Log message for revision 83401:
  Modify test pattern.

Changed:
  U   Sandbox/ulif/z3c-testsetup/trunk/buildout.cfg

-=-
Modified: Sandbox/ulif/z3c-testsetup/trunk/buildout.cfg
===================================================================
--- Sandbox/ulif/z3c-testsetup/trunk/buildout.cfg	2008-02-02 09:18:33 UTC (rev 83400)
+++ Sandbox/ulif/z3c-testsetup/trunk/buildout.cfg	2008-02-02 09:23:46 UTC (rev 83401)
@@ -6,4 +6,4 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.testsetup
-defaults = ['--tests-pattern', '^f?tests$', '-v']
+defaults = ['--tests-pattern', '^test_.*$', '-v']



More information about the Checkins mailing list