|
|
|
|
|
by brown9-2
5485 days ago
|
|
I don't like to be pedantic but code that tests multiple components and how they interact together aren't really "unit tests" anymore since they are testing more than one unit - it's pretty reasonable to assume that an authentication system is comprised of many modules / classes / etc. |
|
It still shouldn't even be possible to deploy without some basic sanity tests. I'd put authentication very high on that list.