Moved ABIF code to separate project
This commit is contained in:
7
tests/automlst/engine/data/local/test_fasta.py
Normal file
7
tests/automlst/engine/data/local/test_fasta.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from automlst.engine.data.local.fasta import read_fasta
|
||||
|
||||
|
||||
async def test_fasta_reader_not_none():
|
||||
named_strings = read_fasta("tests/resources/tohama_I_bpertussis.fasta")
|
||||
async for named_string in named_strings:
|
||||
assert named_string.name == "BX470248.1"
|
Reference in New Issue
Block a user