summary refs log tree commit diff
path: root/tests/metrics/test_metrics.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing type hints to tests. (#14687)Patrick Cloke2022-12-281-8/+16
| | | Adds type hints to tests.metrics and tests.crypto.
* Avoid incrementing bg process utime/stime counters by negative durations ↵David Robertson2022-10-311-0/+206
(#14323)