mediacloud / news-search-api

Internal API server that offers search access to the Media Cloud Online News Archive (in Elasticsearch).
https://mediacloud.org
GNU Affero General Public License v3.0
1 stars 3 forks source link

Unit tests and CI #37

Closed rahulbot closed 9 months ago

rahulbot commented 9 months ago

Here is a very basic first pass at running simple unit tests (#36). This leverages GitHub workflows and the Elasticsearch Docker release to create a dummy index that looks like our real one. Then it spins up the API server and queries a few basic elements. This isn't exhaustive, but works locally.

Some notes:

rahulbot commented 9 months ago

Yes - the CI can build a versioned and tagged image and push to Docker. I had previously put some notes on that approach in #5.

rahulbot commented 9 months ago

(merged because I need these fixes for web-UI search integration testing)