[svn r38151] Small change in the text to make it a bit more understandable.

--HG--
branch : trunk
This commit is contained in:
guido 2007-02-08 16:14:52 +01:00
parent f8e50aabad
commit db4a19f473
1 changed files with 2 additions and 1 deletions

View File

@ -189,7 +189,8 @@ test execution order
Tests usually run in the order in which they appear in the files. Tests usually run in the order in which they appear in the files.
However, tests should not rely on running one after another, as However, tests should not rely on running one after another, as
this prevents more advanced usages: running tests 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 useful tracebacks, recursion detection
-------------------------------------- --------------------------------------