Plugins specified with ``-p`` are now loaded after internal plugins, which results in their hooks being called *before* the internal ones. This makes the ``-p`` behavior consistent with ``PYTEST_PLUGINS``. * fix/adjust test_disable_plugin_autoload * adjust test_plugin_loading_order
4 lines
207 B
ReStructuredText
4 lines
207 B
ReStructuredText
Plugins specified with ``-p`` are now loaded after internal plugins, which results in their hooks being called *before* the internal ones.
|
|
|
|
This makes the ``-p`` behavior consistent with ``PYTEST_PLUGINS``.
|