Hacker News new | ask | show | jobs
by 0x696C6961 167 days ago
How is that not a unit test?
1 comments

I've hear people refer to it as an end-to-end test, where unit tests usually test a single class or function.
That's only if you subscribe to the London school of though, which results in a bunch of useless tests that are coupled to implementation details.