devtools/testlib.py
changeset 9028 c88261b641a9
parent 9019 e08f9c55dab5
child 9029 5941cde49878
equal deleted inserted replaced
9027:b6b96d61e055 9028:c88261b641a9
   173     * `admpassword`, password of the admin user
   173     * `admpassword`, password of the admin user
   174     * `shell`, create and use shell environment
   174     * `shell`, create and use shell environment
   175     """
   175     """
   176     appid = 'data'
   176     appid = 'data'
   177     configcls = devtools.ApptestConfiguration
   177     configcls = devtools.ApptestConfiguration
   178     reset_schema = reset_vreg = False # reset schema / vreg between tests
       
   179     tags = TestCase.tags | Tags('cubicweb', 'cw_repo')
   178     tags = TestCase.tags | Tags('cubicweb', 'cw_repo')
   180     test_db_id = DEFAULT_EMPTY_DB_ID
   179     test_db_id = DEFAULT_EMPTY_DB_ID
   181     _cnxs = set() # establised connection
   180     _cnxs = set() # establised connection
   182     _cnx  = None  # current connection
   181     _cnx  = None  # current connection
   183 
   182