From 2294c7bc548839f1724105963f9acc92d6d1b45e Mon Sep 17 00:00:00 2001 From: Tonus Date: Fri, 20 Jan 2023 05:21:18 +0000 Subject: python/python3-pytest-timeout: Added (abort hanging pytest tests) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pytest-timeout/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-pytest-timeout/README (limited to 'python/python3-pytest-timeout/README') diff --git a/python/python3-pytest-timeout/README b/python/python3-pytest-timeout/README new file mode 100644 index 0000000000..4f9d1fda69 --- /dev/null +++ b/python/python3-pytest-timeout/README @@ -0,0 +1,3 @@ +This plugin is designed to catch excessively long test +durations like deadlocked or hanging tests, it is not +designed for precise timings or performance regressions. -- cgit v1.2.3