We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d5e0c commit ec55412Copy full SHA for ec55412
CHANGELOG.rst
@@ -79,6 +79,10 @@ Features
79
80
- `#309 <https://github.com/pytest-dev/pluggy/issues/309>`_: Add official support for Python 3.9.
81
82
+- `#251 <https://github.com/pytest-dev/pluggy/issues/251>`_: Add ``specname`` option to ``@hookimpl``. If ``specname`` is provided, it will be used
83
+ instead of the function name when matching this hook implementation to a hook specification during registration (allowing a plugin to register
84
+ a hook implementation that was not named the same thing as the corresponding ``@hookspec``).
85
+
86
87
pluggy 0.13.1 (2019-11-21)
88
==========================
0 commit comments