summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2010-12-05 10:42:20 +1300
committerRobert Collins <robertc@robertcollins.net>2010-12-05 10:42:20 +1300
commit8f6acbee45cd82e8b2a6d7f325ec750842318f87 (patch)
tree7772321584da5ba66e685bf961b6174b1e63642f /INSTALL.txt
parent4d6cbaf8c67121bcea8ead90382eba805084f6b5 (diff)
downloadtestrepository-8f6acbee45cd82e8b2a6d7f325ec750842318f87.tar.gz
* ``testr run`` now uses a unique file name rather than hard coding
failing.list - while not as clear, this permits concurrent testr invocations, or parallel testing from within testr, to execute safely. (Robert Collins)
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 8720c8a..d0de697 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -8,6 +8,9 @@ Run time dependencies
* subunit
+* testfixtures (https://launchpad.net/python-fixtures, or
+ http://pypi.python.org/pypi/fixtures/).
+
Test dependencies
~~~~~~~~~~~~~~~~~