Display pyproject.toml as a config option along with others.
This commit is contained in:
parent
723035be7f
commit
e32618d709
|
@ -164,7 +164,8 @@ def showhelp(config: Config) -> None:
|
|||
tw.write(config._parser.optparser.format_help())
|
||||
tw.line()
|
||||
tw.line(
|
||||
"[pytest] ini-options in the first pytest.ini|tox.ini|setup.cfg file found:"
|
||||
"[pytest] ini-options in the first "
|
||||
"pytest.ini|tox.ini|setup.cfg|pyproject.toml file found:"
|
||||
)
|
||||
tw.line()
|
||||
|
||||
|
|
Loading…
Reference in New Issue