pytest_registerhooks(pluginmanager)
and call
pluginmanager.registerhooks(module)
with the referenced 'module' object containing the hooks.
The new pytest_registerhooks is called after pytest_addoption
and before pytest_configure.
--HG--
branch : trunk
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cmdline.py | ||
| collect.py | ||
| config.py | ||
| conftesthandle.py | ||
| funcargs.py | ||
| outcome.py | ||
| parseopt.py | ||
| pluginmanager.py | ||
| pycollect.py | ||
| session.py | ||