From db4a19f47348f9ca5520323a77ebb378ae91fbbb Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 8 Feb 2007 16:14:52 +0100 Subject: [PATCH] [svn r38151] Small change in the text to make it a bit more understandable. --HG-- branch : trunk --- py/doc/test.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py/doc/test.txt b/py/doc/test.txt index d24e3ded7..ae8146128 100644 --- a/py/doc/test.txt +++ b/py/doc/test.txt @@ -189,7 +189,8 @@ test execution order 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 --------------------------------------