satpy.tests.test_node module
Unit tests for the dependency tree class and dependencies.
- class satpy.tests.test_node.FakeCompositor(id)[source]
Bases:
object
A fake compositor.
Set up the fake compositor.
- class satpy.tests.test_node.TestCompositorNode(methodName='runTest')[source]
Bases:
TestCase
Test 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:
TestCase
Test 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.