autowisp.tests package

Class Inheritance Diagram

Inheritance diagram of AutoWISPTestCase, FloatTestCase

Autowisp unit-test init.

class autowisp.tests.AutoWISPTestCase(methodName='runTest')[source]

Bases: FloatTestCase

Inheritance diagram of autowisp.tests.AutoWISPTestCase

Base class for AutoWISP tests.

get_inputs(inputs)[source]

Get the input files for the test step and return what to clean up.

run_step(command)[source]

Run a calibration step and check the return code.

setUp()[source]

Make sure the data to compare against is defined.

classmethod set_test_directory(test_dirname, processing_dirname, failed_test_dirname)[source]

Set the directory where data to test against is located.

successful_test = False
tearDown()[source]

Remove the processing directory.

Submodules