satpy.tests.reader_tests.test_hrit_base module
The HRIT base reader tests package.
- class satpy.tests.reader_tests.test_hrit_base.TestHRITDecompress(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test the on-the-fly decompression.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- class satpy.tests.reader_tests.test_hrit_base.TestHRITFileHandler(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test the HRITFileHandler.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.