i-dot-ai / redbox

Bringing Generative AI to the way the Civil Service works
https://i-dot-ai.github.io/redbox/
MIT License
83 stars 27 forks source link

Adds pytest config to worker to match core-api #775

Closed wpfl-dbt closed 1 month ago

wpfl-dbt commented 1 month ago

Context

Running in Docker and testing currently requires flipping ELASTIC__HOST and MINIO_HOST between the container name and localhost. This makes it so pytest uses the test env file by default.

Changes proposed in this pull request

Guidance to review

Watch the unit tests run.

Things to check