q231950 / the-stubborn-network

A Swifty and clean stubbing machine.
MIT License
7 stars 3 forks source link

Improve Tests #42

Open q231950 opened 4 years ago

q231950 commented 4 years ago

The tests currently contain plenty of duplication and are often times not easy to read. This needs to be improved.

There are some tests which cover the same logic as higher level tests - in order to keep maintainability of the library fast and easy the higher level tests should probably be preferred while keeping the coverage at the same level.