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 115b870 commit 3b4071eCopy full SHA for 3b4071e
src/_pytest/helpconfig.py
@@ -239,6 +239,9 @@ def showhelp(config: Config) -> None:
239
("PYTEST_PLUGINS", "Comma-separated plugins to load during startup"),
240
("PYTEST_DISABLE_PLUGIN_AUTOLOAD", "Set to disable plugin auto-loading"),
241
("PYTEST_DEBUG", "Set to enable debug tracing of pytest's internals"),
242
+ ("PYTEST_DEBUG_TEMPROOT", "Override the system temporary directory"),
243
+ ("PYTEST_THEME", "The Pygments style to use for code output"),
244
+ ("PYTEST_THEME_MODE", "Set the PYTEST_THEME to be either 'dark' or 'light'"),
245
]
246
for name, help in vars:
247
tw.line(f" {name:<24} {help}")
0 commit comments