Skip to content

Commit

Permalink
Add test case for #107
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert committed Oct 16, 2023
1 parent 298f3fe commit a48747c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tests/fixtures/test_seq.json
Expand Up @@ -116,5 +116,16 @@
">ENST00000392653 uniprot_id: P35326 ensembl_id: ENST00000392653 gene_name: SPRR2A organism: Homo sapiens sequence_length: 72",
"MSYQQQQCKQPCQPPPVCPTPKCPEPCPPPKCPEPCPPPKCPQPCPPQQCQQKYPPVTPSPPCQSKYPPKSK"
]
},
"test11": {
"type": "assert_equal",
"args": {
"ens_ids": "ENSG00000275740",
"translate": true
},
"expected_result": [
">ENST00000684204 uniprot_id: A0A804HID5 ensembl_id: ENST00000684204 gene_name: nan organism: Homo sapiens sequence_length: 27",
"MSGPSSGEGGAGGRRRRRRRRRRSLSL"
]
}
}
}

0 comments on commit a48747c

Please sign in to comment.