satpy.tests.test_utils module
Testing of utils.
- class satpy.tests.test_utils.TestCheckSatpy(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Test the ‘check_satpy’ function.
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_utils.TestGetSatPos[source]
Bases:
object
Tests for ‘get_satpos’.
- class satpy.tests.test_utils.TestUtils(methodName='runTest')[source]
Bases:
unittest.case.TestCase
Testing utils.
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_utils.test_logging_on_and_off(caplog)[source]
Test that switching logging on and off works.