goodboy
goodboy
NOTE: this PR builds upon #42 and thus contains its changes as well (for now) but will be rebased after that is merged. This PR is an initial working implementation...
In #133 there was a request to be able to provide a custom `_HookCaller` (in this case in order to be able to warn on deprecated hook calls - since...
This is a proposal for a very simple new feature. I actually implemented it in a side project [pysipp](https://github.com/SIPp/pysipp/blob/master/pysipp/plugin.py#L14) and was thinking it was something we could add to the...
This relates to #217 as well as discussion in other issues. The main refactoring would include: - moving [`PluginManager._inner_hookexec`](https://github.com/pytest-dev/pluggy/blob/master/src/pluggy/manager.py#L84) `lambda` indirection onto the `_HookCaller` - possibly (and subsequently) remove `PluginManager._hookexec`...
Pertaining to the original request in #133 does it make sense to allow users to pass in custom key/val pairs to marks (via `**kwargs` or some other API) such that...
@RonnyPfannschmidt has had this idea for a long while and I just remembered I coded it up for a pycon a couple years ago. See the very outdated diff here:...
As per discussion in #51 I started thinking about how to address the problem of nested plugin dependencies and clobbering of the global registry state. This is just a very...
Was just re-reading the latest docs and noticed some broken names, namely: - [add_hookspec()](https://github.com/pytest-dev/pluggy/blame/master/docs/index.rst#L561) (missing a trailing `s`) - the [call_historic()](https://github.com/pytest-dev/pluggy/blame/master/docs/index.rst#L495) method ref broken due to module path - a...
There's been some discussion (#15, #23) surrounding performance mostly as it pertains to the [`_Multicall.execute()`](https://github.com/pytest-dev/pluggy/blob/master/pluggy.py#L601) loop. I propose we add some tests which use [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark/) or something similar to audit...
I'm a big fan of minimalism and really love the nav bar on the top right in this theme. I'm wondering would it be crazy to ask if that nav...