satpy.tests.reader_tests.test_fci_l2_nc module
The fci_cld_l2_nc reader tests package.
- class satpy.tests.reader_tests.test_fci_l2_nc.TestFciL2NCErrorFileHandler(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test the FciL2NCFileHandler reader.
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_fci_l2_nc.TestFciL2NCFileHandler(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test the FciL2NCFileHandler reader.
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_fci_l2_nc.TestFciL2NCReadingByteData(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test the FciL2NCFileHandler when reading and extracting byte data.
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_fci_l2_nc.TestFciL2NCSegmentFileHandler(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test the FciL2NCSegmentFileHandler reader.
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.