[svn r38220] moved -f and --exec in the documentation as well
--HG-- branch : trunk
This commit is contained in:
parent
828ef252d0
commit
4815c6de21
|
@ -425,13 +425,6 @@ Regular options
|
||||||
trace considerations of conftest.py files. Useful when you have various
|
trace considerations of conftest.py files. Useful when you have various
|
||||||
conftest.py files around and are unsure about their interaction.
|
conftest.py files around and are unsure about their interaction.
|
||||||
|
|
||||||
|
|
||||||
experimental options
|
|
||||||
--------------------
|
|
||||||
|
|
||||||
**Note**: these options could change in the future.
|
|
||||||
|
|
||||||
|
|
||||||
``-f, --looponfailing``
|
``-f, --looponfailing``
|
||||||
Loop on failing test set. This is a feature you can use when you are trying
|
Loop on failing test set. This is a feature you can use when you are trying
|
||||||
to fix a number of failing tests: First all the tests are being run. If a
|
to fix a number of failing tests: First all the tests are being run. If a
|
||||||
|
@ -445,6 +438,13 @@ experimental options
|
||||||
versions of Python.
|
versions of Python.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
experimental options
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
**Note**: these options could change in the future.
|
||||||
|
|
||||||
|
|
||||||
``-d, --dist``
|
``-d, --dist``
|
||||||
ad-hoc `distribute tests across machines`_ (requires conftest settings)
|
ad-hoc `distribute tests across machines`_ (requires conftest settings)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue