-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
What's the problem this feature will solve?
I have been a long time pytest user and think it's is amazing.
I discovered flake8-pytest-style (repo) and was quite impressed with it. I found it makes a lot of quality suggestions on how to better leverage the pytest library. Also, it has good docs on the rationale behind each suggestion.
Describe the solution you'd like
There is the Plugin List page that lists pytest plugins to help one test better with pytest.
I think it would be cool to list tools that helps users use the pytest library itself better. flake8-pytest-style is one of those tools, I am not sure if there are others. Perhaps this could be done on the same docs page, or in a new one.
Thanks for entertaining this! I made this issue because, if I knew about this flake8 plugin, I would have used it much sooner!