We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd8257 commit 0403266Copy full SHA for 0403266
CHANGELOG.rst
@@ -51,6 +51,9 @@ time or change existing behaviors in order to make them less surprising/more use
51
* ``_pytest.monkeypatch.monkeypatch`` class has been renamed to ``_pytest.monkeypatch.MonkeyPatch``
52
so it doesn't conflict with the ``monkeypatch`` fixture.
53
54
+* ``--exitfirst / -x`` can now be overridden by a following ``--maxfail=N``
55
+ and is just a synonym for ``--maxfail=1``.
56
+
57
*
58
59
0 commit comments