equal
deleted
inserted
replaced
185 * `admpassword`, password of the admin user |
185 * `admpassword`, password of the admin user |
186 """ |
186 """ |
187 appid = 'data' |
187 appid = 'data' |
188 configcls = devtools.ApptestConfiguration |
188 configcls = devtools.ApptestConfiguration |
189 reset_schema = reset_vreg = False # reset schema / vreg between tests |
189 reset_schema = reset_vreg = False # reset schema / vreg between tests |
190 tags= TestCase.tags | Tags('cubicweb', 'cw_repo') |
190 tags = TestCase.tags | Tags('cubicweb', 'cw_repo') |
191 |
191 |
192 @classproperty |
192 @classproperty |
193 def config(cls): |
193 def config(cls): |
194 """return the configuration object |
194 """return the configuration object |
195 |
195 |