Added unit test for genbank fetching
This commit is contained in:
6
tests/mlstmyfasta/engine/test_annotations.py
Normal file
6
tests/mlstmyfasta/engine/test_annotations.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from mlstmyfasta.engine.annotations import fetch_ncbi_genbank
|
||||
|
||||
|
||||
async def test_fetch_ncbi_genbank_with_id_works():
|
||||
assert len((await fetch_ncbi_genbank("CP011448.1")).coding) > 0
|
||||
|
Reference in New Issue
Block a user