def tearDown(self):
     CanvasTestCase.tearDown(self)
 def tearDown(self):
     CanvasTestCase.tearDown(self)
     # We remove the sticker because adding it manipulates stickers._stickers, which would break the icons test.
     stickers.remove_sticker(self.sticker)   
Пример #3
0
 def tearDown(self):
     stickers.remove_sticker(self.sticker)
     CanvasTestCase.tearDown(self)
 def tearDown(self):
     CanvasTestCase.tearDown(self)
Пример #5
0
 def tearDown(self):
     CanvasTestCase.tearDown(self)
     # We remove the sticker because adding it manipulates stickers._stickers, which would break the icons test.
     stickers.remove_sticker(self.sticker)
Пример #6
0
 def tearDown(self):
     configuration.Config = self.previousConfig
     knobs.COMMENTS_PER_PAGE = self._per_page
     CanvasTestCase.tearDown(self)
Пример #7
0
 def tearDown(self):
     CanvasTestCase.tearDown(self)
     stickers.remove_sticker(self.sticker)
Пример #8
0
 def tearDown(self):
     configuration.Config = self.previousConfig
     knobs.COMMENTS_PER_PAGE = self._per_page
     CanvasTestCase.tearDown(self)