Renamed tests subdirectory to mirror source

This commit is contained in:
2025-01-09 15:00:46 +00:00
parent 59cb5230e8
commit 2c412c5526
5 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
from automlst.engine.remote.databases.ncbi.genbank import fetch_ncbi_genbank
async def test_fetch_ncbi_genbank_with_id_works():
assert len((await fetch_ncbi_genbank("CP011448.1")).sequence) > 0