userver: testsuite.plugins.matching.MatchingPlugin Class Reference
Loading...
Searching...
No Matches
testsuite.plugins.matching.MatchingPlugin Class Reference

Detailed Description

Definition at line 73 of file matching.py.

Public Member Functions

 __init__ (self)
 matching_hooks (self)
 pytest_sessionstart (self, session)
 pytest_addhooks (self, pluginmanager)

Protected Attributes

dict _matching_hooks = {}

Constructor & Destructor Documentation

◆ __init__()

testsuite.plugins.matching.MatchingPlugin.__init__ ( self)

Definition at line 74 of file matching.py.

Member Function Documentation

◆ matching_hooks()

testsuite.plugins.matching.MatchingPlugin.matching_hooks ( self)

Definition at line 78 of file matching.py.

◆ pytest_addhooks()

testsuite.plugins.matching.MatchingPlugin.pytest_addhooks ( self,
pluginmanager )

Definition at line 88 of file matching.py.

◆ pytest_sessionstart()

testsuite.plugins.matching.MatchingPlugin.pytest_sessionstart ( self,
session )

Definition at line 81 of file matching.py.

Member Data Documentation

◆ _matching_hooks

dict testsuite.plugins.matching.MatchingPlugin._matching_hooks = {}
protected

Definition at line 75 of file matching.py.


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