summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
diff options
context:
space:
mode:
authorwrwrwr <git@wr.waw.pl>2014-11-22 17:54:42 +0100
committerTim Graham <timograham@gmail.com>2014-11-24 17:38:28 -0500
commitca801b8c8f7022cd9334a89ac9ae03f586650234 (patch)
tree73091a4db53a03bea0e07f96c668f5593bb5ba27 /docs/internals/contributing/writing-code
parent31f85bae1ed0e29b1ef14940d11b4db9e65f968c (diff)
Improved line breaking in runtests docs.
Diffstat (limited to 'docs/internals/contributing/writing-code')
-rw-r--r--docs/internals/contributing/writing-code/unit-tests.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index 1e69ac259e..286fd36f9c 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -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: