summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2018-11-05 17:17:15 -0300
committerGitHub <noreply@github.com>2018-11-05 17:17:15 -0300
commit832b59b3169e2d192e00b133466058515bc819de (patch)
tree6dcc3975716b416a93d5f7f8ce027e26d4e27dd7
parente253852e4baac365ea2abfb6112f61e2cbf3be9d (diff)
parentd42c490bc1cbd0d95e59cc0372683b311b6baaf7 (diff)
downloadpytest-832b59b3169e2d192e00b133466058515bc819de.tar.gz
Merge pull request #4312 from Lothiraldan/patch-1
Add missing `-` in front of the new option `--sw`
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b604cf1f5..64a955198 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -30,7 +30,7 @@ Features
existing ``pytest_enter_pdb`` hook.
-- `#4147 <https://github.com/pytest-dev/pytest/issues/4147>`_: 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.
+- `#4147 <https://github.com/pytest-dev/pytest/issues/4147>`_: 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.
- `#4188 <https://github.com/pytest-dev/pytest/issues/4188>`_: Make ``--color`` emit colorful dots when not running in verbose mode. Earlier, it would only colorize the test-by-test output if ``--verbose`` was also passed.