From 2bd619ecb052579fd2ae71000125826a410159a1 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sun, 9 Jun 2019 10:35:55 +0200 Subject: [PATCH] add changelog --- changelog/5125.removal.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/5125.removal.rst diff --git a/changelog/5125.removal.rst b/changelog/5125.removal.rst new file mode 100644 index 000000000..73616caeb --- /dev/null +++ b/changelog/5125.removal.rst @@ -0,0 +1,2 @@ +Introduce the ``pytest.ExitCode`` Enum and make session.exitcode an instance of it. +User defined exit codes are still valid, but consumers need to take the enum into account.