With time when the test cases grow and changes occurs, new fixtures gets recorded, this results in directory which is big in size and contains lot many fixtures that are not required. So is it possible to introduce a method which removes all unused fixtures. This method can be called after running the test cases, or better, a mode specifically designed for doing this task?
With time when the test cases grow and changes occurs, new fixtures gets recorded, this results in directory which is big in size and contains lot many fixtures that are not required. So is it possible to introduce a method which removes all unused fixtures. This method can be called after running the test cases, or better, a mode specifically designed for doing this task?