summary refs log tree commit diff
path: root/tests/test_metrics.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_metrics.py compatibility prometheus_client 0.5Maarten de Vries2018-12-211-1/+23
| | | | | | | | prometheus_client 0.5 has a named-tuple Sample type with more member than the old plain tuple had. This commit makes sure the unit test detects this and changes the way it reads the sample. Signed-off-by: Maarten de Vries <maarten@de-vri.es>
* TestsErik Johnston2018-09-141-0/+81