summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorDavid Szotten <davidszotten@gmail.com>2018-10-14 19:04:50 +0100
committerDavid Szotten <davidszotten@gmail.com>2018-10-15 20:04:39 +0100
commit8c059dbc48d201cbaf24a9fc6cc95f357c31abed (patch)
tree66414452f484e54e9242c57c65b80046b4a5069b /changelog
parentfd66f69c1997fb9dc38a7891ec59210ecbb09558 (diff)
downloadpytest-8c059dbc48d201cbaf24a9fc6cc95f357c31abed.tar.gz
draft changelog
Diffstat (limited to 'changelog')
-rw-r--r--changelog/xxx.feature.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/xxx.feature.rst b/changelog/xxx.feature.rst
new file mode 100644
index 000000000..812898f90
--- /dev/null
+++ b/changelog/xxx.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.