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.
2 parents fc02003 + c93a9e3 commit d47ae79Copy full SHA for d47ae79
1 file changed
_pytest/helpconfig.py
@@ -71,8 +71,8 @@ def showhelp(config):
71
tw.write(config._parser.optparser.format_help())
72
tw.line()
73
74
- tw.line("[pytest] ini-options in the next "
75
- "pytest.ini|tox.ini|setup.cfg file:")
+ tw.line("[pytest] ini-options in the first "
+ "pytest.ini|tox.ini|setup.cfg file found:")
76
77
78
for name in config._parser._ininames:
0 commit comments