Exemple #1
0
 def tearDown(self):
     stickers.remove_sticker(self.sticker)
     CanvasTestCase.tearDown(self)
Exemple #2
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)
 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)   
Exemple #4
0
 def tearDown(self):
     CanvasTestCase.tearDown(self)
     stickers.remove_sticker(self.sticker)