devtools/testlib.py
changeset 6442 ac7126d2cd73
parent 6440 9d85f11983b0
parent 6441 adbce42ff1b5
child 6454 97203d0af4cb
--- a/devtools/testlib.py	Mon Oct 11 12:27:29 2010 +0200
+++ b/devtools/testlib.py	Mon Oct 11 14:45:25 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):