summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-10-27 15:05:05 +0200
committerGitHub <noreply@github.com>2018-10-27 15:05:05 +0200
commit9fe871016db65f5ef2a7bfb57765c49a56e3b54a (patch)
treef7a213138d4cffc923a4a50023c8108192874868 /changelog
parente986d06ade5d54ddcc6091caab7063e0acf14ada (diff)
parentf947cb261325af662e9c455b35f64945f24edc28 (diff)
downloadpytest-9fe871016db65f5ef2a7bfb57765c49a56e3b54a.tar.gz
Merge pull request #4147 from davidszotten/stepwise
Stepwise
Diffstat (limited to 'changelog')
-rw-r--r--changelog/4147.feature.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/4147.feature.rst b/changelog/4147.feature.rst
new file mode 100644
index 000000000..812898f90
--- /dev/null
+++ b/changelog/4147.feature.rst
@@ -0,0 +1 @@
+Add ``-sw``, ``--stepwise`` as an alternative to ``--lf -x`` for stopping at the first failure, but starting the next test invocation from that test. See `the documentation <https://docs.pytest.org/en/latest/cache.html#stepwise>`_ for more info.