commit
8ee557f7ae
1
AUTHORS
1
AUTHORS
|
@ -98,6 +98,7 @@ Feng Ma
|
||||||
Florian Bruhin
|
Florian Bruhin
|
||||||
Floris Bruynooghe
|
Floris Bruynooghe
|
||||||
Gabriel Reis
|
Gabriel Reis
|
||||||
|
Gene Wood
|
||||||
George Kussumoto
|
George Kussumoto
|
||||||
Georgy Dyuldin
|
Georgy Dyuldin
|
||||||
Graham Horler
|
Graham Horler
|
||||||
|
|
|
@ -88,7 +88,7 @@ This has the following benefits:
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
See :ref:`pythonpath` for more information about the difference between calling ``pytest`` and
|
See :ref:`pytest vs python -m pytest` for more information about the difference between calling ``pytest`` and
|
||||||
``python -m pytest``.
|
``python -m pytest``.
|
||||||
|
|
||||||
Note that using this scheme your test files must have **unique names**, because
|
Note that using this scheme your test files must have **unique names**, because
|
||||||
|
|
|
@ -72,6 +72,8 @@ imported in the global import namespace.
|
||||||
|
|
||||||
This is also discussed in details in :ref:`test discovery`.
|
This is also discussed in details in :ref:`test discovery`.
|
||||||
|
|
||||||
|
.. _`pytest vs python -m pytest`:
|
||||||
|
|
||||||
Invoking ``pytest`` versus ``python -m pytest``
|
Invoking ``pytest`` versus ``python -m pytest``
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue