orsopy.fileio.tests.test_reduction module

Tests for fileio.reduction module

class orsopy.fileio.tests.test_reduction.TestSoftware(methodName='runTest')[source]

Bases: TestCase

Tests for the Software class.

test_creation()[source]

Creation of object with all arguments.

test_to_yaml()[source]

Transform to yaml.

test_no_name_to_yaml()[source]

Transform to yaml with no name.

class orsopy.fileio.tests.test_reduction.TestReduction(methodName='runTest')[source]

Bases: TestCase

Tests for the Reduction class.

test_creation()[source]

Creation of an reduction class with minimal options.

test_to_yaml()[source]

Transform minimal options to yaml.

test_call_to_yaml()[source]

Transform with call to yaml.

test_script_to_yaml()[source]

Transform with script to yaml.

test_computer_to_yaml()[source]

Transform with computer to yaml.

test_binary_to_yaml()[source]

Transform with computer to yaml.