satpy.tests.reader_tests.test_meris_nc module

Module for testing the satpy.readers.meris_nc_sen3 module.

class satpy.tests.reader_tests.test_meris_nc.TestBitFlags(methodName='runTest')[source]

Bases: TestCase

Test the bitflag reading.

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 = []
test_bitflags()[source]

Test the BitFlags class.

class satpy.tests.reader_tests.test_meris_nc.TestMERISReader(methodName='runTest')[source]

Bases: TestCase

Test various meris_nc_sen3 filehandlers.

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 = []
test_get_dataset(mocked_dataset)[source]

Test reading datasets.

test_instantiate(mocked_dataset)[source]

Test initialization of file handlers.

test_meris_angles(mocked_dataset)[source]

Test reading datasets.

test_meris_meteo(mocked_dataset)[source]

Test reading datasets.

test_open_file_objects(mocked_open_dataset)[source]

Test initialization of file handlers.