summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@users.noreply.github.com>2020-09-05 13:18:29 +0100
committerGitHub <noreply@github.com>2020-09-05 09:18:29 -0300
commit1df2471f17bfad3858e7daa13221a2bde34fa8c2 (patch)
tree4ca5d05a5d4eb5860f7f844f956838396b1d1cb7 /changelog
parent54f7a87ea8ee915934d49495f1202a5dfaf967f1 (diff)
downloadpytest-1df2471f17bfad3858e7daa13221a2bde34fa8c2.tar.gz
Make min duration configurable for slowest tests (#7667)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Diffstat (limited to 'changelog')
-rw-r--r--changelog/7667.feature.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/7667.feature.rst b/changelog/7667.feature.rst
new file mode 100644
index 000000000..3928495e5
--- /dev/null
+++ b/changelog/7667.feature.rst
@@ -0,0 +1 @@
+New ``--durations-min`` command-line flag controls the minimal duration for inclusion in the slowest list of tests shown by ``--durations``. Previously this was hard-coded to ``0.005s``.