Hacker News new | ask | show | jobs
by matthewmacleod 4077 days ago
You're right, but I would at least class that as a different sort of testing – it's much closer to e.g. fuzzing than unit testing. Both are valuable though.
1 comments

My thoughts exactly. Randomness has a place in tests, but not in unit tests.