typo - PYTEST_ADDOTPS -> PYTEST_ADDOPTS

This commit is contained in:
E Hershey 2018-07-22 11:39:32 -04:00 committed by GitHub
parent 9720c3301a
commit 19de1b7f29
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::