Skip to content

Commit 0403266

Browse files
record --exitfirst change in changelog
1 parent 3fd8257 commit 0403266

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ time or change existing behaviors in order to make them less surprising/more use
5151
* ``_pytest.monkeypatch.monkeypatch`` class has been renamed to ``_pytest.monkeypatch.MonkeyPatch``
5252
so it doesn't conflict with the ``monkeypatch`` fixture.
5353

54+
* ``--exitfirst / -x`` can now be overridden by a following ``--maxfail=N``
55+
and is just a synonym for ``--maxfail=1``.
56+
5457
*
5558

5659
*

0 commit comments

Comments
 (0)