Definition at line 13 of file pytest_plugin.py.
Public Member Functions | |
| __init__ (self) | |
| ensure_started (self, service_name, **kwargs) | |
| pytest_sessionstart (self, session) | |
| pytest_sessionfinish (self, session) | |
| pytest_addhooks (self, pluginmanager) | |
| pytest_report_header (self, config) | |
Static Protected Attributes | |
| control | _env .TestsuiteEnvironment | None |
| testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.__init__ | ( | self | ) |
Definition at line 16 of file pytest_plugin.py.
| testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.ensure_started | ( | self, | |
| service_name, | |||
| ** | kwargs ) |
Definition at line 19 of file pytest_plugin.py.
| testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.pytest_addhooks | ( | self, | |
| pluginmanager ) |
Definition at line 58 of file pytest_plugin.py.
| testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.pytest_report_header | ( | self, | |
| config ) |
Definition at line 61 of file pytest_plugin.py.
| testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.pytest_sessionfinish | ( | self, | |
| session ) |
Definition at line 54 of file pytest_plugin.py.
| testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.pytest_sessionstart | ( | self, | |
| session ) |
Definition at line 23 of file pytest_plugin.py.
|
staticprotected |
Definition at line 14 of file pytest_plugin.py.