Definition at line 9 of file object_hook.py.
Public Member Functions | |
| __init__ (self) | |
| object_hooks (self) | |
| pytest_sessionstart (self, session) | |
| pytest_addhooks (self, pluginmanager) | |
Protected Attributes | |
| dict | _object_hooks = {} |
| testsuite.plugins.object_hook.ObjectHooksPlugin.__init__ | ( | self | ) |
Definition at line 10 of file object_hook.py.
| testsuite.plugins.object_hook.ObjectHooksPlugin.object_hooks | ( | self | ) |
Definition at line 14 of file object_hook.py.
| testsuite.plugins.object_hook.ObjectHooksPlugin.pytest_addhooks | ( | self, | |
| pluginmanager ) |
Definition at line 22 of file object_hook.py.
| testsuite.plugins.object_hook.ObjectHooksPlugin.pytest_sessionstart | ( | self, | |
| session ) |
Definition at line 17 of file object_hook.py.
|
protected |
Definition at line 11 of file object_hook.py.