Example #1
0
 def _assert_plot_is_produced(self):
     self.assertTrue(os.path.exists(
             os.path.join(test.OUTPUT_DIR,
             aggregate.filename(self.job_id))))
Example #2
0
 def _delete_test_file(self):
     try:
         os.remove(os.path.join(test.OUTPUT_DIR, 
                 aggregate.filename(self.job_id)))
     except OSError:
         pass