Exemplo n.º 1
0
 def tearDown(self):
     tear_down_assistant = ImagesEraser(
         directory_name='screenshots/Whatever'
     )
     tear_down_assistant.remove_whole_directory()
Exemplo n.º 2
0
 def tearDown(self):
     tear_down_assistant = ImagesEraser(
         directory_name='technologies_logos'
     )
     tear_down_assistant.remove_images_created_for_tests()
Exemplo n.º 3
0
 def tearDown(self):
     tear_down_assistant = ImagesEraser(
         directory_name=f'screenshots/{self.screenshot.project}')
     tear_down_assistant.remove_whole_directory()