コード例 #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)
コード例 #3
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)   
コード例 #4
0
 def tearDown(self):
     CanvasTestCase.tearDown(self)
     stickers.remove_sticker(self.sticker)