Public Member Functions | |
def | test_init (self) |
def | test_required_params (self) |
def | test_optional_params (self) |
def | test_required_config (self) |
def | test_input_files (self) |
def | test_inputs_to_outputs (self) |
def | test_inputs_to_outputs_extension (self) |
def | test_output_files (self) |
def | test_output_files_from_inputs (self) |
def | test_set_parameters (self) |
def | test_set_parameters_ignore (self) |
def | test_config (self) |
def | test_cmd_args (self) |
def | test_cmd_line_str (self) |
Definition at line 8 of file test_component.py.
def test_cmd_args | ( | self | ) |
Definition at line 76 of file test_component.py.
def test_cmd_line_str | ( | self | ) |
Definition at line 80 of file test_component.py.
def test_config | ( | self | ) |
Definition at line 67 of file test_component.py.
def test_init | ( | self | ) |
Definition at line 10 of file test_component.py.
def test_input_files | ( | self | ) |
Definition at line 31 of file test_component.py.
def test_inputs_to_outputs | ( | self | ) |
Definition at line 35 of file test_component.py.
def test_inputs_to_outputs_extension | ( | self | ) |
Definition at line 39 of file test_component.py.
def test_optional_params | ( | self | ) |
Definition at line 23 of file test_component.py.
def test_output_files | ( | self | ) |
Definition at line 45 of file test_component.py.
def test_output_files_from_inputs | ( | self | ) |
Definition at line 49 of file test_component.py.
def test_required_config | ( | self | ) |
Definition at line 27 of file test_component.py.
def test_required_params | ( | self | ) |
Definition at line 19 of file test_component.py.
def test_set_parameters | ( | self | ) |
Definition at line 55 of file test_component.py.
def test_set_parameters_ignore | ( | self | ) |
Definition at line 61 of file test_component.py.