Kaydet (Commit) ca801b8c authored tarafından wrwrwr's avatar wrwrwr Kaydeden (comit) Tim Graham

Improved line breaking in runtests docs.

üst 31f85bae
......@@ -269,9 +269,10 @@ Tests that only fail in combination
In case a test passes when run in isolation but fails within the whole suite,
we have some tools to help analyze the problem.
The ``--bisect`` option of ``runtests.py`` will run the failing test while halving the test set it
is run together with on each iteration, often making it possible to identify a
small number of tests that may be related to the failure.
The ``--bisect`` option of ``runtests.py`` will run the failing test while
halving the test set it is run together with on each iteration, often making
it possible to identify a small number of tests that may be related to the
failure.
For example, suppose that the failing test that works on its own is
``ModelTest.test_eq``, then using:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment