satpy.tests.reader_tests.test_ascat_l2_soilmoisture_bufr module

Unittesting the ASCAT SCATTEROMETER SOIL MOISTURE BUFR reader.

class satpy.tests.reader_tests.test_ascat_l2_soilmoisture_bufr.TesitAscatL2SoilmoistureBufr(methodName='runTest')[source]

Bases: TestCase

Test ASCAT Soil Mosture 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_ascat_l2_soilmoisture_bufr.create_message()[source]

Create fake message for testing.

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

Save the test file to the indicated directory.