testing/plugins_integration/README.rst
This directory contains tests and support files for smoke testing popular plugins against the current pytest version.
The objective is to gauge if any intentional or unintentional changes in pytest break plugins.
As a rule of thumb, we should add plugins here:
Besides adding the plugin as dependency, we should also add a quick test which uses some minimal part of the plugin, a smoke test. Also consider reusing one of the existing tests if that's possible.