record --exitfirst change in changelog

This commit is contained in:
Ronny Pfannschmidt 2016-07-20 17:23:07 +02:00
parent 3fd8257c17
commit 0403266bf0
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ time or change existing behaviors in order to make them less surprising/more use
* ``_pytest.monkeypatch.monkeypatch`` class has been renamed to ``_pytest.monkeypatch.MonkeyPatch``
so it doesn't conflict with the ``monkeypatch`` fixture.
* ``--exitfirst / -x`` can now be overridden by a following ``--maxfail=N``
and is just a synonym for ``--maxfail=1``.
*
*