def set_up_managers( self ):
     super( HDCATestCase, self ).set_up_managers()
     self.hdca_manager = hdcas.HDCAManager( self.app )
     self.hda_manager = hdas.HDAManager( self.app )
     self.history_manager = HistoryManager( self.app )
     self.dataset_manager = DatasetManager( self.app )
     self.collection_manager = collections.DatasetCollectionManager( self.app )
Пример #2
0
 def set_up_managers(self):
     super(HistoryAsContainerBaseTestCase, self).set_up_managers()
     self.history_manager = HistoryManager(self.app)
     self.hda_manager = hdas.HDAManager(self.app)
     self.collection_manager = collections.DatasetCollectionManager(
         self.app)
     self.contents_manager = history_contents.HistoryContentsManager(
         self.app)
Пример #3
0
 def set_up_managers(self):
     super().set_up_managers()
     self.history_manager = HistoryManager(self.app)
     self.hda_manager = hdas.HDAManager(self.app)
     self.collection_manager = collections.DatasetCollectionManager(
         self.app)
     self.contents_manager = history_contents.HistoryContentsManager(
         self.app)
     self.history_contents_filters = history_contents.HistoryContentsFilters(
         self.app)