We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3958e commit 8db6642Copy full SHA for 8db6642
doc/en/usage.rst
@@ -35,6 +35,14 @@ Running ``pytest`` can result in six different exit codes:
35
36
They are represented by the :class:`_pytest.main.ExitCode` enum.
37
38
+.. note::
39
+
40
+ If you would like to customize the exit code in some scenarios, specially when
41
+ no tests are collected, consider using the
42
+ `pytest-custom_exit_code <https://github.com/yashtodi94/pytest-custom_exit_code>`__
43
+ plugin.
44
45
46
Getting help on version, option names, environment variables
47
--------------------------------------------------------------
48
0 commit comments