Files
pytest2/testing
holger krekel 85d35f7418 introduce an experimental approach for allowing dynamic addition of hooks from plugin. Plugins may register new hooks by implementing the new
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
2010-04-22 11:57:57 +02:00
..
2010-01-13 17:15:54 +01:00
2010-01-27 13:02:02 +01:00
2010-01-27 13:02:02 +01:00
2010-02-04 16:13:30 +01:00
2010-01-18 02:01:16 +01:00