Move show-fixtures code from python.py to fixtures.py#11910
Move show-fixtures code from python.py to fixtures.py#11910bluetech merged 1 commit intopytest-dev:mainfrom
Conversation
fd3281b to
d0de530
Compare
|
@bluetech Moving the code to I recently tried to resolve an issue with #12129. @The-Compiler floated the idea originally in #11295 and I give three justifications in my PR description (and one comment) for making the change. But in short, I was working in Also, greetings to all. I hope everyone has been well. Hopefully I have now returned and can be more involved; assuming, in (my recollection of) @RonnyPfannschmidt's words, I'm not put through another bad fate compression algorithm. |
It makes more sense, also, we have a long term idea of generalizing fixture support to items defined by other plugins, not just python, in which case `--fixtures` would definitely not be python-plugin specific.
d0de530 to
1188ea2
Compare
It makes more sense, also, we have a long term idea of generalizing fixture support to items defined by other plugins, not just python, in which case
--fixtureswould definitely not be python-plugin specific.