devtools/testlib.py
branchstable
changeset 6441 adbce42ff1b5
parent 6439 fe0fb6f95ff0
child 6442 ac7126d2cd73
child 6469 82cf41ae8b89
--- a/devtools/testlib.py	Mon Oct 11 12:27:17 2010 +0200
+++ b/devtools/testlib.py	Mon Oct 11 13:40:18 2010 +0200
@@ -187,7 +187,7 @@
     appid = 'data'
     configcls = devtools.ApptestConfiguration
     reset_schema = reset_vreg = False # reset schema / vreg between tests
-    tags= TestCase.tags | Tags('cubicweb', 'cw_repo')
+    tags = TestCase.tags | Tags('cubicweb', 'cw_repo')
 
     @classproperty
     def config(cls):