DiamondLightSource/dodal

Remove mockito

Closed this issue · 2 comments

We originally started with using mockito as a mocking framework. However, it is now only used in a couple of places and gives us nothing over pytest/unittest so we should remove it to standardise and reduce dependencies.

Acceptance Criteria

  • mockito is removed as a dependency
  • Tests all still pass

can I pick this issue up, I got curious of what mockito is so I toy around with it and in the processes almost fixed this issue?

Yes, please do. Just assign yourself so we know you're working on it