summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-04-30 13:04:18 +1200
committerRobert Collins <robertc@robertcollins.net>2012-04-30 13:04:18 +1200
commitbb774022e96430bcf1d145c5fff42b074b726ab7 (patch)
treee41b3321e10c0d0fd5f33fae57d2ec180128b1a2 /doc
parentc72a83dd5baf8205b3d053db49342a4469c517d8 (diff)
parent9076c1c0a8fc8f659e2509f8d649b74f9bb71fd1 (diff)
downloadtestrepository-bb774022e96430bcf1d145c5fff42b074b726ab7.tar.gz
Merge trunk.
Diffstat (limited to 'doc')
-rw-r--r--doc/DEVELOPERS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/DEVELOPERS.txt b/doc/DEVELOPERS.txt
index 82e1f81..7b2866c 100644
--- a/doc/DEVELOPERS.txt
+++ b/doc/DEVELOPERS.txt
@@ -40,3 +40,9 @@ Running the tests
Generally just ``make`` is all that is needed to run all the tests. However
if dropping into pdb, it is currently more convenient to use
``python -m testtools.run testrepository.tests.test_suite``.
+
+Diagnosing issues
+-----------------
+
+The cli UI will drop into pdb when an error is thrown if TESTR_PDB is set in
+the environment. This can be very useful for diagnosing problems.