Choose a consistent file structure for integration test data #116
Labels
documentation
Improvements or additions to documentation
opinions wanted
Collaborators and users are encouraged to contribute their opinions
testing
Adding or requesting more test coverage
In #101 I'm trying to simplify the integration tests so it's really easy to add new tests. I've noticed that there is not a consistent file structure in the test files that have been uploaded. For the low numbered tests (01, 02, 03) the structure is a single directory containing
pstd_input_file.m
pstd_{run_type}_input.mat
.run_type can be any string.
pstd_{run_type}_reference_output.mat
.For every input file there is a corresponding output file with the same run_type in the filename.
But in the high nubmered tests (09, 10) there are "in" and "out" directories. To make the test infastructure as simple as possible, it would be good to choose, document, and stick to a file structure for the integration test files.
The text was updated successfully, but these errors were encountered: