Add CHANGELOG and docs for #1345
This commit is contained in:
parent
52ac6cd7a9
commit
74a68b5ec6
|
@ -45,6 +45,10 @@
|
||||||
found in the environment, even when -vv isn't used.
|
found in the environment, even when -vv isn't used.
|
||||||
Thanks `@The-Compiler`_ for the PR.
|
Thanks `@The-Compiler`_ for the PR.
|
||||||
|
|
||||||
|
* ``--lf`` and ``--ff`` now support long names: ``--last-failed`` and
|
||||||
|
``--failed-first`` respectively.
|
||||||
|
Thanks `@MichaelAquilina`_ for the PR.
|
||||||
|
|
||||||
|
|
||||||
**Bug Fixes**
|
**Bug Fixes**
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,8 @@ Usage
|
||||||
The plugin provides two command line options to rerun failures from the
|
The plugin provides two command line options to rerun failures from the
|
||||||
last ``py.test`` invocation:
|
last ``py.test`` invocation:
|
||||||
|
|
||||||
* ``--lf`` (last failures) - to only re-run the failures.
|
* ``--lf``, ``--last-failed`` - to only re-run the failures.
|
||||||
* ``--ff`` (failures first) - to run the failures first and then the rest of
|
* ``--ff``, ``--failed-first`` - to run the failures first and then the rest of
|
||||||
the tests.
|
the tests.
|
||||||
|
|
||||||
For cleanup (usually not needed), a ``--cache-clear`` option allows to remove
|
For cleanup (usually not needed), a ``--cache-clear`` option allows to remove
|
||||||
|
|
Loading…
Reference in New Issue