satpy.tests.test_dataset module
Test objects and functions in the dataset module.
- class satpy.tests.test_dataset.TestCombineMetadata(methodName='runTest')[source]
Bases:
unittest.case.TestCaseTest how metadata is combined.
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.test_dataset.TestDataID(methodName='runTest')[source]
Bases:
unittest.case.TestCaseTest DataID object creation and other methods.
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.test_dataset.TestIDQueryInteractions(methodName='runTest')[source]
Bases:
unittest.case.TestCaseTest the interactions between DataIDs and DataQuerys.
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.
- satpy.tests.test_dataset.test_combine_dicts_close()[source]
Test combination of dictionaries whose values are close.
- satpy.tests.test_dataset.test_combine_dicts_different(test_mda)[source]
Test combination of dictionaries differing in various ways.