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 @@ -2245,7 +2245,7 @@ All the command-line flags can be obtained by running ``pytest --help``::
2245
2245
Directory to take the pytester example files from
2246
2246
2247
2247
Environment variables:
2248
- CI When truthy , pytest knows it is running in a CI process and does not truncate summary info
2248
+ CI When set (regardless of value) , pytest knows it is running in a CI process and does not truncate summary info
2249
2249
BUILD_NUMBER equivalent to CI
2250
2250
PYTEST_ADDOPTS Extra command line options
2251
2251
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