From bbd1cbb0b3be15543b04674a8f358d2d1ff16a4a Mon Sep 17 00:00:00 2001 From: Jose Carlos Menezes Date: Sun, 14 Oct 2018 18:03:37 -0300 Subject: [PATCH] Update changelog to better reading --- changelog/4098.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/4098.feature.rst b/changelog/4098.feature.rst index d7a97ff62..1a53de759 100644 --- a/changelog/4098.feature.rst +++ b/changelog/4098.feature.rst @@ -1 +1 @@ -Add to pytest.exit a returncode argument to cleanly exit pytest. +Add returncode argument to pytest.exit() to exit pytest with a specific return code.