diff options
Diffstat (limited to 'lib/subunit/INSTALL')
-rw-r--r-- | lib/subunit/INSTALL | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/subunit/INSTALL b/lib/subunit/INSTALL index 79cf7c18d0..06122552ed 100644 --- a/lib/subunit/INSTALL +++ b/lib/subunit/INSTALL @@ -14,7 +14,7 @@ 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.2 or newer is + the extended test API which permits attachments. Version 0.9.8 or newer is required. Of particular note, http://testtools.python-hosting.com/ is not the testtools you want. * A C compiler for the C bindings @@ -23,3 +23,10 @@ Dependencies * python-gtk2 if you wish to use subunit2gtk * python-junitxml if you wish to use subunit2junitxml * pkg-config for configure detection of supporting libraries. + +Binary packages +--------------- + +A number of distributions now include subunit, you can try via your package +manager. The authors maintain a personal package archive on Launchpad:: + https://launchpad.net/~testing-cabal/+archive/archive |