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)   
Example #3
0
 def tearDown(self):
     stickers.remove_sticker(self.sticker)
     CanvasTestCase.tearDown(self)
 def tearDown(self):
     CanvasTestCase.tearDown(self)
Example #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)
Example #6
0
 def tearDown(self):
     configuration.Config = self.previousConfig
     knobs.COMMENTS_PER_PAGE = self._per_page
     CanvasTestCase.tearDown(self)
Example #7
0
 def tearDown(self):
     CanvasTestCase.tearDown(self)
     stickers.remove_sticker(self.sticker)
Example #8
0
 def tearDown(self):
     configuration.Config = self.previousConfig
     knobs.COMMENTS_PER_PAGE = self._per_page
     CanvasTestCase.tearDown(self)