Skip to content

Release v0.0.10

Choose a tag to compare

@github-actions github-actions released this 03 Jun 20:26
· 51 commits to 3d322913d88cf593ba95391b97e11ef8101edb35 since this release

Fix CI unit tests: skip DB connect under UNITTEST, use mongomock setup.

agroadvisory_api no longer connects to MongoDB on import when UNITTEST=1.
Tests disconnect and use mongomock via shared helper. Pipeline runs tests from
src/ with UNITTEST env set.