Skip to content

Commit

Permalink
Activate the remaining viirs_sdr reader test cases.
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
mraspaud committed Dec 2, 2015
1 parent 8906587 commit ba6bdbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mpop/tests/test_viirs_sdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,5 +639,8 @@ def suite():
loader = unittest.TestLoader()
mysuite = unittest.TestSuite()
mysuite.addTest(loader.loadTestsFromTestCase(TestSDRFileReader))
mysuite.addTest(loader.loadTestsFromTestCase(TestVIIRSSDRReader))
mysuite.addTest(loader.loadTestsFromTestCase(TestHDF5MetaData))
mysuite.addTest(loader.loadTestsFromTestCase(TestSDRMultiFileReader))

return mysuite

0 comments on commit ba6bdbf

Please sign in to comment.