Skip to content

Commit

Permalink
Modified __init__.py so all tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
Kat Kolman committed Jan 8, 2019
1 parent 407162d commit db5f53a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion satpy/tests/enhancement_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import sys

from satpy.tests.enhancement_tests import test_enhancements
from satpy.tests.enhancement_tests import test_enhancements, test_viirs

if sys.version_info < (2, 7):
import unittest2 as unittest
Expand All @@ -15,5 +15,6 @@ def suite():
"""Test suite for all enhancement tests"""
mysuite = unittest.TestSuite()
mysuite.addTests(test_enhancements.suite())
mysuite.addTests(test_viirs.suite())

return mysuite

0 comments on commit db5f53a

Please sign in to comment.