josdem / py-vetlog-analyzer

Data analysis for Vetlog database
https://vetlog.org/
1 stars 1 forks source link

Add a mock object library #12

Closed josdem closed 5 months ago

josdem commented 5 months ago

As a developer, I would like to add an object mock library so that I can implement unit testing with mocks

Acceptance Criteria

References https://docs.python.org/3/library/unittest.mock.html

josdem commented 5 months ago

PR merged: https://github.com/josdem/py-vetlog-analyzer/pull/13