|
|
|
|
|
by julsonl
3441 days ago
|
|
I'm not arguing against writing integration tests, they are as important if not more important, as you've said. Maybe I've only seen badly written ones, but my issue was against integration tests that check for example if this ever so important, but hidden, flag is being set properly after an API call when that can be checked at the service level. Someone eventually decides that flag is unneeded, and a whole host of tests fail and someone has to dig several levels deep to figure it out. I guess I shouldn't have used the word 'brittle', but this is what I was thinking of. And of course, I think unit testing anything and everything is absurd and not a good use of developer time. |
|