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.
1 parent e61b8fe commit 9e4868dCopy full SHA for 9e4868d
docs/example/pytest.rst
@@ -52,7 +52,7 @@ and the following ``tox.ini`` content:
52
[testenv]
53
changedir = tests
54
deps = pytest
55
- # chnge pytest tempdir and add posargs from command line
+ # change pytest tempdir and add posargs from command line
56
commands = pytest --basetemp={envtmpdir} {posargs}
57
58
you can invoke ``tox`` in the directory where your ``tox.ini`` resides.
0 commit comments