userver: testsuite.plugins.object_hook.ObjectHooksPlugin Class Reference
Loading...
Searching...
No Matches
testsuite.plugins.object_hook.ObjectHooksPlugin Class Reference

Detailed Description

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 = {}

Constructor & Destructor Documentation

◆ __init__()

testsuite.plugins.object_hook.ObjectHooksPlugin.__init__ ( self)

Definition at line 10 of file object_hook.py.

Member Function Documentation

◆ object_hooks()

testsuite.plugins.object_hook.ObjectHooksPlugin.object_hooks ( self)

Definition at line 14 of file object_hook.py.

◆ pytest_addhooks()

testsuite.plugins.object_hook.ObjectHooksPlugin.pytest_addhooks ( self,
pluginmanager )

Definition at line 22 of file object_hook.py.

◆ pytest_sessionstart()

testsuite.plugins.object_hook.ObjectHooksPlugin.pytest_sessionstart ( self,
session )

Definition at line 17 of file object_hook.py.

Member Data Documentation

◆ _object_hooks

dict testsuite.plugins.object_hook.ObjectHooksPlugin._object_hooks = {}
protected

Definition at line 11 of file object_hook.py.


The documentation for this class was generated from the following file: