[py-svn] r38151 - py/trunk/py/doc
guido at codespeak.net
guido at codespeak.net
Thu Feb 8 16:14:53 CET 2007
Author: guido
Date: Thu Feb 8 16:14:52 2007
New Revision: 38151
Modified:
py/trunk/py/doc/test.txt
Log:
Small change in the text to make it a bit more understandable.
Modified: py/trunk/py/doc/test.txt
==============================================================================
--- py/trunk/py/doc/test.txt (original)
+++ py/trunk/py/doc/test.txt Thu Feb 8 16:14:52 2007
@@ -189,7 +189,8 @@
Tests usually run in the order in which they appear in the files.
However, tests should not rely on running one after another, as
this prevents more advanced usages: running tests
-distributedly or selectively, or in "looponfailing" mode.
+distributedly or selectively, or in "looponfailing" mode,
+will cause them to run in random order.
useful tracebacks, recursion detection
--------------------------------------
More information about the pytest-commit
mailing list