userver: pytest_userver.client._State Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
pytest_userver.client._State Class Reference

Detailed Description

Reflects the (supposed) current service state.

Definition at line 1237 of file client.py.

+ Collaboration diagram for pytest_userver.client._State:

Static Public Attributes

caches invalidation_state .InvalidationState
 
typing now = _UNKNOWN_STATE
 
typing testpoints = frozenset([_UNKNOWN_STATE])
 

Member Data Documentation

◆ invalidation_state

caches pytest_userver.client._State.invalidation_state .InvalidationState
static

Definition at line 1240 of file client.py.

◆ now

typing pytest_userver.client._State.now = _UNKNOWN_STATE
static

Definition at line 1241 of file client.py.

◆ testpoints

typing pytest_userver.client._State.testpoints = frozenset([_UNKNOWN_STATE])
static

Definition at line 1242 of file client.py.


The documentation for this class was generated from the following file:
  • /data/code/userver/testsuite/pytest_plugins/pytest_userver/client.py