From 1cfea5f1b33272a332a6b87c9ae99892be00e2c0 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sat, 15 Jun 2019 21:41:55 +0200 Subject: [PATCH] add ExitCode reference in usage --- doc/en/usage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/en/usage.rst b/doc/en/usage.rst index acf736f21..ad7e2cdab 100644 --- a/doc/en/usage.rst +++ b/doc/en/usage.rst @@ -33,6 +33,8 @@ Running ``pytest`` can result in six different exit codes: :Exit code 4: pytest command line usage error :Exit code 5: No tests were collected +They are repressended by the :class:`_pytest.main.ExitCode` enum. + Getting help on version, option names, environment variables --------------------------------------------------------------