Example #1
0
 def delete_storage(self):
     self.storage = SqlAlchemyQueuesStorage(self.URL)
     self.storage.drop_structures()
Example #2
0
 def storage_factory(self):
     self.storage = SqlAlchemyQueuesStorage(self.URL)
     self.storage.create_structures()