satpy.tests.test_config module
Test objects and functions in the satpy.config module.
- class satpy.tests.test_config.TestBuiltinAreas(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test that the builtin areas are all valid.
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_config.TestConfigObject[source]
Bases:
object
Test basic functionality of the central config object.
- class satpy.tests.test_config.TestPluginsConfigs(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test that plugins are working.
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.