Add testscenario dependency to the INSTALL file.

This commit is contained in:
Thomi Richards 2013-12-09 17:52:06 +13:00
parent 48738830ab
commit 9ba9d9588e
1 changed files with 4 additions and 1 deletions

View File

@ -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.