Mention that Python also adds CWD to sys.path using python -m

This commit is contained in:
Bruno Oliveira 2016-12-10 16:55:04 -02:00
parent da40bcf97f
commit 81c9bdcd0b
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ You can invoke testing through the Python interpreter from the command line::
python -m pytest [...]
This is equivalent to invoking the command line script ``pytest [...]``
directly.
This is almost equivalent to invoking the command line script ``pytest [...]``
directly, except that python will also add the current directory to ``sys.path``.
Getting help on version, option names, environment variables
--------------------------------------------------------------