userver: pytest_userver.client.PeriodicTasksState Class Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
pytest_userver.client.PeriodicTasksState Class Reference

Detailed Description

Definition at line 78 of file client.py.

Public Member Functions

 __init__ (self)
 

Public Attributes

typing.Set[str] suspended_tasks = set()
 
typing.Set[str] tasks_to_suspend = set()
 

Constructor & Destructor Documentation

◆ __init__()

pytest_userver.client.PeriodicTasksState.__init__ ( self)

Definition at line 79 of file client.py.

Member Data Documentation

◆ suspended_tasks

typing.Set[str] pytest_userver.client.PeriodicTasksState.suspended_tasks = set()

Definition at line 80 of file client.py.

◆ tasks_to_suspend

typing.Set[str] pytest_userver.client.PeriodicTasksState.tasks_to_suspend = set()

Definition at line 81 of file client.py.


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