invocation in last section 'pythonpath.rst' title swapped (#6357)
invocation in last section 'pythonpath.rst' title swapped
This commit is contained in:
commit
466bbbf8e8
|
@ -77,6 +77,8 @@ This is also discussed in details in :ref:`test discovery`.
|
||||||
Invoking ``pytest`` versus ``python -m pytest``
|
Invoking ``pytest`` versus ``python -m pytest``
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
|
|
||||||
Running pytest with ``python -m pytest [...]`` instead of ``pytest [...]`` yields nearly
|
Running pytest with ``pytest [...]`` instead of ``python -m pytest [...]`` yields nearly
|
||||||
equivalent behaviour, except that the former call will add the current directory to ``sys.path``.
|
equivalent behaviour, except that the latter will add the current directory to ``sys.path``, which
|
||||||
|
is standard ``python`` behavior.
|
||||||
|
|
||||||
See also :ref:`cmdline`.
|
See also :ref:`cmdline`.
|
||||||
|
|
Loading…
Reference in New Issue