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

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::