In my pytest trainings, people often use --setup-show and/or --fixtures-per-test and then are surprised that they see fixtures they did not specify as arguments. Those are typically autouse fixtures which are provided by plugins, which I have installed for later course chapters.
I think it would help if those commands would show those fixtures as something like [autouse], and/or dim them in the output. What do people think?
In my pytest trainings, people often use
--setup-showand/or--fixtures-per-testand then are surprised that they see fixtures they did not specify as arguments. Those are typically autouse fixtures which are provided by plugins, which I have installed for later course chapters.I think it would help if those commands would show those fixtures as something like
[autouse], and/or dim them in the output. What do people think?