userver: testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin Class Reference
Loading...
Searching...
No Matches
testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin Class Reference

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.__init__ ( self)

Definition at line 16 of file pytest_plugin.py.

Member Function Documentation

◆ ensure_started()

testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.ensure_started ( self,
service_name,
** kwargs )

Definition at line 19 of file pytest_plugin.py.

◆ pytest_addhooks()

testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.pytest_addhooks ( self,
pluginmanager )

Definition at line 58 of file pytest_plugin.py.

◆ pytest_report_header()

testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.pytest_report_header ( self,
config )

Definition at line 61 of file pytest_plugin.py.

◆ pytest_sessionfinish()

testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.pytest_sessionfinish ( self,
session )

Definition at line 54 of file pytest_plugin.py.

◆ pytest_sessionstart()

testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin.pytest_sessionstart ( self,
session )

Definition at line 23 of file pytest_plugin.py.

Member Data Documentation

◆ _env

control testsuite.environment.pytest_plugin.TestsuiteEnvironmentPlugin._env .TestsuiteEnvironment | None
staticprotected

Definition at line 14 of file pytest_plugin.py.


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