Hacker News new | ask | show | jobs
by tybit 2252 days ago
A big part of the authors unit testing philosophy is that you should separate IO from business logic.

That way you can unit test without mocks and without heavy real dependencies either, and leave that for integration tests.