devtools/testlib.py
changeset 11075 881b3d9ee2b3
parent 11014 9c9f5e913f9c
equal deleted inserted replaced
11074:76d06973776e 11075:881b3d9ee2b3
   306     @property
   306     @property
   307     def session(self):
   307     def session(self):
   308         """return admin session"""
   308         """return admin session"""
   309         return self._admin_session
   309         return self._admin_session
   310 
   310 
   311     # XXX this doesn't need to a be classmethod anymore
       
   312     def _init_repo(self):
   311     def _init_repo(self):
   313         """init the repository and connection to it.
   312         """init the repository and connection to it.
   314         """
   313         """
   315         # get or restore and working db.
   314         # get or restore and working db.
   316         db_handler = devtools.get_test_db_handler(self.config, self.init_config)
   315         db_handler = devtools.get_test_db_handler(self.config, self.init_config)