satpy.tests.reader_tests.test_vii_base_nc module

The vii_base_nc reader tests package.

class satpy.tests.reader_tests.test_vii_base_nc.TestViiNCBaseFileHandler(methodName='runTest')[source]

Bases: TestCase

Test the ViiNCBaseFileHandler 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.

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

Set up the test.

tearDown()[source]

Remove the previously created test file.

test_dataset(po_, pi_, pc_)[source]

Test the execution of the get_dataset function.

test_file_reading()[source]

Test the file product reading.

test_functions(tpgi_, tpi_)[source]

Test the functions.

test_standardize_dims()[source]

Test the standardize dims function.