biothings / biothings_explorer_archived

BioThings Explorer: a schema-based client for API interoperability
Apache License 2.0
14 stars 14 forks source link

Run Integrated API test independently of regular BTE unittest #155

Open kevinxin90 opened 3 years ago

kevinxin90 commented 3 years ago

There should be 2 types of test in BTE:

1) Unittest and integration test regarding the functionality of BTE, this should be independent of the APIs integrated in BTE. And it should be run at every new commit.

2) Test regarding if an API response changed. This should be run periodically and should be independent of BTE functionalities.