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 = {} |
| testsuite.plugins.matching.MatchingPlugin.__init__ | ( | self | ) |
Definition at line 74 of file matching.py.
| testsuite.plugins.matching.MatchingPlugin.matching_hooks | ( | self | ) |
Definition at line 78 of file matching.py.
| testsuite.plugins.matching.MatchingPlugin.pytest_addhooks | ( | self, | |
| pluginmanager ) |
Definition at line 88 of file matching.py.
| testsuite.plugins.matching.MatchingPlugin.pytest_sessionstart | ( | self, | |
| session ) |
Definition at line 81 of file matching.py.
|
protected |
Definition at line 75 of file matching.py.