geneontology / go-fastapi

https://api.geneontology.org/
5 stars 3 forks source link

replace behave tests with similar pytest-bdd tests #5

Closed sierra-moxon closed 1 year ago

sierra-moxon commented 2 years ago

got the basic infrastructure working for behave tests (in py-bdd instead) and got the tests to run via makefile (simple command). divided tests between unit and integration. note: generated #6 because I noticed that the output data structure after a conversion from HGNC -> id space GO knows about adds a layer of 'list' around evidence. Need to work out why and if this is a problem in just the fastapi version or the original version.

sierra-moxon commented 1 year ago

done.