ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
MIT License
1 stars 0 forks source link

MongoDB Unit Tests #11

Closed amehta-scottlogic closed 1 month ago

amehta-scottlogic commented 1 month ago

Our code that handles operations to mongodb is currently not unit tested.

A library like mongomock may help write tests that aren't tied to implementation i.e. they allow us to test what should happen with the data without having to mock pymongo internals.

Acceptance Criteria: