Skip to content

Commit

Permalink
More test 3/3
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed May 14, 2018
1 parent 6bc0cf1 commit 8afed92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions satpy/tests/test_yaml_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,10 @@ def test_file_covers_area(self, bnd, adb, gad):
res = self.reader.check_file_covers_area(file_handler, True)
self.assertFalse(res)

# file_handler.get_bounding_box.side_effect = NotImplementedError()
# self.reader.filter_parameters['area'] = True
# res = self.reader.check_file_covers_area(file_handler, True)
# self.assertTrue(res)
file_handler.get_bounding_box.side_effect = NotImplementedError()
self.reader.filter_parameters['area'] = True
res = self.reader.check_file_covers_area(file_handler, True)
self.assertTrue(res)

def test_start_end_time(self):
"""Check start and end time behaviours."""
Expand Down

0 comments on commit 8afed92

Please sign in to comment.