aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pytest-timeout/README
diff options
context:
space:
mode:
authorTonus <tonus1@free.fr>2023-01-20 05:21:18 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:22:05 +0700
commit2294c7bc548839f1724105963f9acc92d6d1b45e (patch)
treecb69a0a61341a6ae81bbcc7bebcf857920a85429 /python/python3-pytest-timeout/README
parent9f7f7c36e756f6b6915e0465863761181486d97a (diff)
python/python3-pytest-timeout: Added (abort hanging pytest tests)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytest-timeout/README')
-rw-r--r--python/python3-pytest-timeout/README3
1 files changed, 3 insertions, 0 deletions
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.