test_ok1/changelog/4718.feature.rst

7 lines
237 B
ReStructuredText

The ``-p`` option can now be used to early-load plugins also by entry-point name, instead of just
by module name.
This makes it possible to early load external plugins like ``pytest-cov`` in the command-line::
pytest -p pytest_cov