satpy.tests.reader_tests.test_eps_l1b module
Test the eps l1b format.
- class satpy.tests.reader_tests.test_eps_l1b.BaseTestCaseEPSL1B(methodName='runTest')[source]
Bases:
TestCase
Base class for EPS l1b test case.
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.
- _classSetupFailed = False
- _class_cleanups = []
- class satpy.tests.reader_tests.test_eps_l1b.TestEPSL1B(methodName='runTest')[source]
Bases:
BaseTestCaseEPSL1B
Test the filehandler.
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.
- _classSetupFailed = False
- _class_cleanups = []
Test the navigation.
- class satpy.tests.reader_tests.test_eps_l1b.TestWrongSamplingEPSL1B(methodName='runTest')[source]
Bases:
BaseTestCaseEPSL1B
Test the filehandler on a corrupt file.
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.
- _classSetupFailed = False
- _class_cleanups = []
- class satpy.tests.reader_tests.test_eps_l1b.TestWrongScanlinesEPSL1B(methodName='runTest')[source]
Bases:
BaseTestCaseEPSL1B
Test the filehandler on a corrupt file.
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.
- _classSetupFailed = False
- _class_cleanups = []