add ExitCode reference in usage

This commit is contained in:
Ronny Pfannschmidt 2019-06-15 21:41:55 +02:00
parent 8b3b10b14b
commit 1cfea5f1b3
1 changed files with 2 additions and 0 deletions

View File

@ -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
--------------------------------------------------------------