I work on a rails codebase with some tests that take 20 seconds to run. The entire suite is normally 5 minutes. I made a ruby gem to take the entire thing down to 20 seconds, which is much better for flow.
But I agree those are definitely smelly tests with questionable value return, and would not be surprised if they do indeed rot.
Comments
I work on a rails codebase with some tests that take 20 seconds to run. The entire suite is normally 5 minutes. I made a ruby gem to take the entire thing down to 20 seconds, which is much better for flow.
But I agree those are definitely smelly tests with questionable value return, and would not be surprised if they do indeed rot.