DEV Community

Discussion on: Top 5 Unit Test Problems That Haunt Software Developers

Collapse
 
moozzyk profile image
Pawel Kadluczka

Ouch! We had a test that that ran for 40 seconds (1000000 iterations). It turned out it was effectively testing a random number generator from the standard library...