userver: pytest_userver.client._State Class Reference
Loading...
Searching...
No Matches
pytest_userver.client._State Class Reference

Detailed Description

Reflects the (supposed) current service state.

Definition at line 1226 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 1229 of file client.py.

◆ now

typing pytest_userver.client._State.now = _UNKNOWN_STATE
static

Definition at line 1230 of file client.py.

◆ testpoints

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

Definition at line 1231 of file client.py.


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