What needs to be done
I need to cover the whole project with tests a bit.
After a quick look over the codebase I started to understand that current state can only support some very small unit-tests. For some integration tests I need to put some effort into mocking stuff and providing some flexibility over services I've managed to make NON TESTABLE AT ALL, yeah...
Why now
Because testing changes after some service change becomes very tedious.
What needs to be done
I need to cover the whole project with tests a bit.
After a quick look over the codebase I started to understand that current state can only support some very small unit-tests. For some integration tests I need to put some effort into mocking stuff and providing some flexibility over services I've managed to make NON TESTABLE AT ALL, yeah...
Why now
Because testing changes after some service change becomes very tedious.