TestInputParameters

class ase2sprkkr.input_parameters.test.test_input_parameters.TestInputParameters[source]

Class hierarchy

Inheritance diagram of ase2sprkkr.input_parameters.test.test_input_parameters.TestInputParameters

Constructor

__init__()
assertParse(text, value, grammar)[source]
parse(text, grammar)[source]
assertNotValid(text, grammar=None)[source]
test_section_delimiter_value()[source]
test_custom_value()[source]
test_dangerous_value()[source]
test_is_required()[source]
test_write_condition()[source]
test_input_parameters_definition()[source]
test_set_values()[source]
test_repeated_value()[source]
test_sparse_numbered()[source]
test_gather()[source]
test_numpy_array()[source]
test_copy()[source]
test_length()[source]
test_switch()[source]