[py-svn] r38220 - py/trunk/py/doc

hpk at codespeak.net hpk at codespeak.net
Fri Feb 9 00:42:02 CET 2007


Author: hpk
Date: Fri Feb  9 00:41:59 2007
New Revision: 38220

Modified:
   py/trunk/py/doc/test.txt
Log:
moved -f and --exec in the documentation as well


Modified: py/trunk/py/doc/test.txt
==============================================================================
--- py/trunk/py/doc/test.txt	(original)
+++ py/trunk/py/doc/test.txt	Fri Feb  9 00:41:59 2007
@@ -425,13 +425,6 @@
     trace considerations of conftest.py files. Useful when you have various
     conftest.py files around and are unsure about their interaction.
 
-
-experimental options
---------------------
-
-**Note**: these options could change in the future.
-
-
 ``-f, --looponfailing``
     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
@@ -445,6 +438,13 @@
     versions of Python.
 
 
+
+experimental options
+--------------------
+
+**Note**: these options could change in the future.
+
+
 ``-d, --dist``
     ad-hoc `distribute tests across machines`_ (requires conftest settings)
 



More information about the pytest-commit mailing list