Hacker News new | ask | show | jobs
by ubernostrum 4414 days ago
I am also a strong non-fan of faking persistence mechanisms in testing. If you're faking it, you don't actually know that the real thing will work.
1 comments

That's what functional tests are for. But if you're doing TDD there's no point in constantly running your functional/acceptance tests.
Anything that's not full verification isn't verification at all :)