summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2013-12-09 17:52:06 +1300
committerThomi Richards <thomi.richards@canonical.com>2013-12-09 17:52:06 +1300
commitbd4b81509d6e766ee59328859f649431023d5b2a (patch)
tree352c6581ca85afc1cfa547df70e4d6cdf4b7adeb
parenta0fcc7408a80faaa74e20b3ae64d9f21b9037b42 (diff)
downloadsubunit-bd4b81509d6e766ee59328859f649431023d5b2a.tar.gz
Add testscenario dependency to the INSTALL file.
-rw-r--r--INSTALL5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 51c0e79..29052eb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -14,9 +14,12 @@ Dependencies
* Python for the filters
* 'testtools' (On Debian and Ubuntu systems the 'python-testtools' package,
the testtools package on pypi, or https://launchpad.net/testtools) for
- the extended test API which permits attachments. Version 0.9.30 or newer is
+ the extended test API which permits attachments. Version 0.9.30 or newer is
required. Of particular note, http://testtools.python-hosting.com/ is not
the testtools you want.
+* 'testscenarios' (On Debian and Ubuntu systems the 'python-testscenarios'
+ package, the 'testscenarios' package on pypi, or
+ https://launchpad.net/testscenarios) for running some of the python unit tests.
* A C compiler for the C bindings
* Perl for the Perl tools (including subunit-diff)
* Check to run the subunit test suite.