예제 #1
0
파일: test_api.py 프로젝트: StetHD/canvas-2
 def tearDown(self):
     stickers.remove_sticker(self.sticker)
     CanvasTestCase.tearDown(self)
예제 #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)   
예제 #4
0
 def tearDown(self):
     CanvasTestCase.tearDown(self)
     stickers.remove_sticker(self.sticker)