summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2010-01-09 17:21:13 +1100
committerRobert Collins <robertc@robertcollins.net>2010-01-09 17:21:13 +1100
commitd64f345332fd794c93f223f26017aca4d7b6a111 (patch)
tree3b4507d0ab3f8fccb2f7c2c0c457ee5979156601 /doc
parent6d0b99f5f4c27b7a56b21c9fcf5c919e67de8220 (diff)
downloadtestrepository-d64f345332fd794c93f223f26017aca4d7b6a111.tar.gz
More dev docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/DEVELOPERS.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/DEVELOPERS.txt b/doc/DEVELOPERS.txt
index 5995cba..82e1f81 100644
--- a/doc/DEVELOPERS.txt
+++ b/doc/DEVELOPERS.txt
@@ -33,3 +33,10 @@ it back or fix it immediately. A broken trunk is not acceptable!
See DESIGN.txt for information about code layout which will help you find
where to add tests (and indeed where to change things).
+
+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``.