Hi everyone,
Sometimes in big projects with multiple fixtures (many of which with autouse) I feel it gets tricky to track which fixtures will be used for the test I am about to write and consequently know what will happen behind the scenes. Therefore, I thought it'd be interesting to have a way (a command, maybe?) to show all the fixtures a test will be using (even via autouse declarations).
Has anybody felt the same about it? Would that be worth implementing?
Hi everyone,
Sometimes in big projects with multiple fixtures (many of which with autouse) I feel it gets tricky to track which fixtures will be used for the test I am about to write and consequently know what will happen behind the scenes. Therefore, I thought it'd be interesting to have a way (a command, maybe?) to show all the fixtures a test will be using (even via autouse declarations).
Has anybody felt the same about it? Would that be worth implementing?