Skip to content

Commit

Permalink
Add new tests to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinkens committed Oct 24, 2019
1 parent 71e2955 commit 294be54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions satpy/tests/compositor_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,8 @@ def suite():
mysuite.addTest(loader.loadTestsFromTestCase(TestAddBands))
mysuite.addTest(loader.loadTestsFromTestCase(TestBackgroundCompositor))
mysuite.addTest(loader.loadTestsFromTestCase(TestStaticImageCompositor))
mysuite.addTest(loader.loadTestsFromTestCase(TestPSPAtmosphericalCorrection))
mysuite.addTest(loader.loadTestsFromTestCase(TestPSPRayleighReflectance))

return mysuite

Expand Down
1 change: 1 addition & 0 deletions satpy/tests/compositor_tests/test_viirs.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,4 +523,5 @@ def suite():
loader = unittest.TestLoader()
mysuite = unittest.TestSuite()
mysuite.addTest(loader.loadTestsFromTestCase(TestVIIRSComposites))
mysuite.addTest(loader.loadTestsFromTestCase(ViirsReflectanceCorrectorTest))
return mysuite

0 comments on commit 294be54

Please sign in to comment.