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