File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2233,7 +2233,7 @@ All the command-line flags can be obtained by running ``pytest --help``::
2233
2233
Directory to take the pytester example files from
2234
2234
2235
2235
Environment variables:
2236
- CI When truthy , pytest knows it is running in a CI process and does not truncate summary info
2236
+ CI When set (regardless of value) , pytest knows it is running in a CI process and does not truncate summary info
2237
2237
BUILD_NUMBER equivalent to CI
2238
2238
PYTEST_ADDOPTS Extra command line options
2239
2239
PYTEST_PLUGINS Comma-separated plugins to load during startup
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ def showhelp(config: Config) -> None:
214
214
vars = [
215
215
(
216
216
"CI" ,
217
- "When truthy , pytest knows it is running in a CI process and does not truncate summary info" ,
217
+ "When set (regardless of value) , pytest knows it is running in a CI process and does not truncate summary info" ,
218
218
),
219
219
("BUILD_NUMBER" , "equivalent to CI" ),
220
220
("PYTEST_ADDOPTS" , "Extra command line options" ),
You can’t perform that action at this time.
0 commit comments