Hacker News new | ask | show | jobs
by nobody271 2710 days ago
Many times I've had the most use for a test that didn't fit into the conventional unit test format but I didn't try to get it approved because I didn't want to get into a dogmatic argument about what a test should or shouldn't be. A lot of what I worry about doesn't get tested well using unit tests.
1 comments

Why not call it an integration or e2e test and be done with it?