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 da40bcf commit 81c9bdcCopy full SHA for 81c9bdc
1 file changed
doc/en/usage.rst
@@ -16,8 +16,8 @@ You can invoke testing through the Python interpreter from the command line::
16
17
python -m pytest [...]
18
19
-This is equivalent to invoking the command line script ``pytest [...]``
20
-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``.
21
22
Getting help on version, option names, environment variables
23
--------------------------------------------------------------
0 commit comments