satpy.tests.reader_tests.test_iasi_l2_so2_bufr module

Unittesting the SEVIRI L2 BUFR reader.

class satpy.tests.reader_tests.test_iasi_l2_so2_bufr.TestIasiL2So2Bufr(methodName='runTest')[source]

Bases: TestCase

Test IASI l2 SO2 loader.

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.

_classSetupFailed = False
_class_cleanups = []
setUp()[source]

Create temporary file to perform tests with.

tearDown()[source]

Remove the temporary directory created for a test.

test_scene()[source]

Test scene creation.

test_scene_dataset_values()[source]

Test loading data.

test_scene_load_available_datasets()[source]

Test that all datasets are available.

satpy.tests.reader_tests.test_iasi_l2_so2_bufr.save_test_data(path)[source]

Save the test file to the indicated directory.