NBISweden / beacon-api-tests

Compliance tester and test cases for Beacons.
GNU General Public License v3.0
1 stars 1 forks source link

Tests in yaml #38

Closed MalinAhlberg closed 4 years ago

MalinAhlberg commented 4 years ago

Expressing compliance tests in yaml

This is a suggestion of how to translate the tests from python code into yaml. Test data is given in separate csv files. It is also possible (but not required) to give references to vcf files.

mbaudis commented 4 years ago

@MalinAhlberg This looks very nice! So the tests in YAML, and the data in testdata.csv, instead of the VCF?

MalinAhlberg commented 4 years ago

@mbaudis Yes, exactly. There is still a possibility to add a reference to a vcf line, in addition to the csv data (although we are still not sure about the details for that).