satpy.tests.reader_tests.test_slstr_l2 module

Module for testing the satpy.readers.slstr_l2 module.

class satpy.tests.reader_tests.test_slstr_l2.TestSLSTRL2Reader(methodName='runTest')[source]

Bases: unittest.case.TestCase

Test Sentinel-3 SST L2 reader.

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.

test_get_dataset(mocked_dataset)[source]

Test retrieval of datasets.

test_instantiate(mocked_dataset)[source]

Test initialization of file handlers.