|
|
|
|
|
by atticora
917 days ago
|
|
> What would "integration tests" (that you don't write) look then in your opinion? In our local lingo, an integration test is one that also exercises the front-end, while hitting a fully functional back-end. So you could think of our "unit tests" as small back-end integration tests. If you think that way, we don't write very many pure unit tests, mostly just two flavors of integration tests. That works well for our shop. I'm not concerned about the impurity. |
|
That's why you separate them: not because the integration test isn't valuable, but because it takes longer.