Python module that provides helpers for functional testing of metrics with testsuite; see Functional service tests (testsuite) for an introduction.
More...
Python module that provides helpers for functional testing of metrics with testsuite; see Functional service tests (testsuite) for an introduction.
◆ _diff_metric_snapshots()
str pytest_userver.metrics._diff_metric_snapshots |
( |
_FlattenedSnapshot |
lhs, |
|
|
_FlattenedSnapshot |
rhs, |
|
|
bool |
ignore_zeros |
|
) |
| |
|
protected |
◆ _flatten_snapshot()
_FlattenedSnapshot pytest_userver.metrics._flatten_snapshot |
( |
|
values, |
|
|
bool |
ignore_zeros |
|
) |
| |
|
protected |
◆ _FlattenedSnapshot
pytest_userver.metrics._FlattenedSnapshot = typing.Set[typing.Tuple[str, Metric]] |
|
protected |