devtools/testlib.py
branchstable
changeset 6441 adbce42ff1b5
parent 6439 fe0fb6f95ff0
child 6442 ac7126d2cd73
child 6469 82cf41ae8b89
equal deleted inserted replaced
6439:fe0fb6f95ff0 6441:adbce42ff1b5
   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