ello,I'm writing an API, and trying to learn all the testing best
practices.I'm current unit testing and and mocking all my components,
which is great.I now want to start integration testing. Should I have
per-component integration tests, or just tes...