How to properly divide tests into unit and integration tests

Integration tests are not limited to integration between systems being developed and external systems. It can also cover integration of different parts of your own code.

1 Like