pytest-dev / pluggy

A minimalist production ready plugin system
https://pluggy.readthedocs.io/en/latest/
MIT License
1.24k stars 121 forks source link

add test coverage for weird case of plugin with multiple impls of same spec #446

Open wahuneke opened 11 months ago

wahuneke commented 11 months ago

These tests are attempting to find @RonnyPfannschmidt 's theoretical issue described in issue #431 . Conversation in 431 is ongoing. This PR is here for reference. It is a DRAFT.

NOTE: these tests currently pass. They do not detect any new issues.