Definition at line 29 of file pytest_plugin.py.
Public Member Functions | |
| None | __init__ (self, str name, Callable spawn, *, bool multiple=False) |
| 'DaemonInstance' | spawn (self) |
Public Attributes | |
| name = name | |
| multiple = multiple | |
Protected Attributes | |
| 'DaemonInstance' | _spawn = spawn |
| None testsuite.daemons.pytest_plugin._DaemonScope.__init__ | ( | self, | |
| str | name, | ||
| Callable | spawn, | ||
| * | , | ||
| bool | multiple = False ) |
Definition at line 30 of file pytest_plugin.py.
| 'DaemonInstance' testsuite.daemons.pytest_plugin._DaemonScope.spawn | ( | self | ) |
Definition at line 41 of file pytest_plugin.py.
|
protected |
Definition at line 38 of file pytest_plugin.py.
| testsuite.daemons.pytest_plugin._DaemonScope.multiple = multiple |
Definition at line 39 of file pytest_plugin.py.
| testsuite.daemons.pytest_plugin._DaemonScope.name = name |
Definition at line 37 of file pytest_plugin.py.