Skip to content
Snippets Groups Projects
Commit 22290661 authored by van den Berg's avatar van den Berg
Browse files

Add failing tests

parent 392a7746
No related branches found
No related tags found
No related merge requests found
{}
- name: test-missing_readgroup
command: jsonschema -i test/invalid-instances/missing_readgroup.json transfer_schema.json
exit_code: 1
- name: test-emtpy-file
command: jsonschema -i test/invalid-instances/empty.json transfer_schema.json
exit_code: 1
stderr:
contains:
- "'title' is a required property"
- "'sample_group' is a required property"
- "'run_name' is a required property"
- "'files' is a required property"
- name: test-missing_readgroup
command: jsonschema -i transfer_schema.json test/instances/missing_readgroup.json
exit_code: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment