summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorAnkit Goel <ankitgoel616@gmail.com>2018-10-15 11:04:11 +0530
committerGitHub <noreply@github.com>2018-10-15 11:04:11 +0530
commit141c51f0cbfe55a9781e3acf09a82848af513d45 (patch)
tree1609647ece51f19c5f99e8a17c6b4dbc676d04de /changelog
parent5b0f88712be0673808232a3d1bfcc8d74c2093e0 (diff)
parent27d932e882152c828352ec4855ac2e16d23cc115 (diff)
downloadpytest-141c51f0cbfe55a9781e3acf09a82848af513d45.tar.gz
Merge pull request #4145 from labcodes/4098
Add returncode argument to pytest.exit
Diffstat (limited to 'changelog')
-rw-r--r--changelog/4098.feature.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/4098.feature.rst b/changelog/4098.feature.rst
new file mode 100644
index 000000000..1a53de759
--- /dev/null
+++ b/changelog/4098.feature.rst
@@ -0,0 +1 @@
+Add returncode argument to pytest.exit() to exit pytest with a specific return code.