6 lines
188 B
Python
Raw Normal View History

2025-01-02 18:49:23 +00:00
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