Пример #1
0
 def tearDown(self):
     helpers.remove_obj(self.ticketbox)
     helpers.logout_manager(self.layer["portal"])
     super(TestTicket, self).tearDown()
 def tearDown(self):
     helpers.remove_obj(self.ticketbox)
     helpers.logout_manager(self.layer['portal'])
     super(TestFunctionalTickets, self).tearDown()
Пример #3
0
 def tearDown(self):
     helpers.remove_obj(self.ticketbox)
     helpers.logout_manager(self.layer['portal'])
     super(TestResponse, self).tearDown()
Пример #4
0
 def tearDown(self):
     helpers.logout_manager(self.portal)
     super(TestTicketBox, self).tearDown()