Merge pull request #3706 from ehershey/patch-1

typo - $PYTEST_ADDOTPS -> $PYTEST_ADDOPTS
This commit is contained in:
Anthony Sottile 2018-07-22 09:03:23 -07:00 committed by GitHub
commit be2afb950a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ line options while the environment is in use::
Here's how the command-line is built in the presence of ``addopts`` or the environment variable::
<pytest.ini:addopts> $PYTEST_ADDOTPS <extra command-line arguments>
<pytest.ini:addopts> $PYTEST_ADDOPTS <extra command-line arguments>
So if the user executes in the command-line::