satpy.tests.test_node module
Unit tests for the dependency tree class and dependencies.
- class satpy.tests.test_node.FakeCompositor(id)[source]
Bases:
objectA fake compositor.
Set up the fake compositor.
- class satpy.tests.test_node.TestCompositorNode(methodName='runTest')[source]
Bases:
TestCaseTest case for the compositor node object.
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_node.TestCompositorNodeCopy(methodName='runTest')[source]
Bases:
TestCaseTest case for copying a node.
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.