userver: testsuite.daemons.pytest_plugin._DaemonScope Class Reference
Loading...
Searching...
No Matches
testsuite.daemons.pytest_plugin._DaemonScope Class Reference

Detailed Description

Definition at line 29 of file pytest_plugin.py.

Public Member Functions

None __init__ (self, str name, Callable spawn, *, bool multiple=False)
'DaemonInstancespawn (self)

Public Attributes

 name = name
 multiple = multiple

Protected Attributes

'DaemonInstance_spawn = spawn

Constructor & Destructor Documentation

◆ __init__()

None testsuite.daemons.pytest_plugin._DaemonScope.__init__ ( self,
str name,
Callable spawn,
* ,
bool multiple = False )

Definition at line 30 of file pytest_plugin.py.

Member Function Documentation

◆ spawn()

'DaemonInstance' testsuite.daemons.pytest_plugin._DaemonScope.spawn ( self)

Definition at line 41 of file pytest_plugin.py.

Member Data Documentation

◆ _spawn

'DaemonInstance' testsuite.daemons.pytest_plugin._DaemonScope._spawn = spawn
protected

Definition at line 38 of file pytest_plugin.py.

◆ multiple

testsuite.daemons.pytest_plugin._DaemonScope.multiple = multiple

Definition at line 39 of file pytest_plugin.py.

◆ name

testsuite.daemons.pytest_plugin._DaemonScope.name = name

Definition at line 37 of file pytest_plugin.py.


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