elixir-cloud-aai / drs-filer

Lightweight, flexible Flask/Gunicorn-based GA4GH DRS implementation
Apache License 2.0
5 stars 8 forks source link

Add integration tests #39

Open uniqueg opened 3 years ago

uniqueg commented 3 years ago

Integration tests that test the functionality of each endpoint should be included in the CI pipeline to minimize the probability that merges do not introduce regression.

See approach in FOCA for an example on how these tests can be implemented elegantly.

uniqueg commented 3 years ago

See elixir-cloud-aai/trs-filer#87