h1. WHAT Modify Call the current unit tests which depend on other services to mock these services.
The handlers will definitely need this. Services may also need to mock in the repository. CI
h1. WHY We want our unit In order to check if all tests are passing to be able to run independently of any database running. allow the merge h1. HOW
Generate mocks using [https://github.com/matryer/moq|matryer/moq] |
|