octoparts
octoparts copied to clipboard
Refactor tests to use less mocks (maybe none?)
With multiple param lists, implicit params and context bounds being standard tools in Scala, using Mockito has gotten more and more hairy. Let's try to stop using that where possible.
Suggestions:
- Replace the repository mocks with in-memory implementation.