devtools/testlib.py
changeset 6442 ac7126d2cd73
parent 6440 9d85f11983b0
parent 6441 adbce42ff1b5
child 6454 97203d0af4cb
equal deleted inserted replaced
6440:9d85f11983b0 6442:ac7126d2cd73
   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