summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2015-08-04 15:38:46 +1200
committerRobert Collins <robertc@robertcollins.net>2015-08-04 15:38:46 +1200
commit201f6f45708bf40e931d578a4460a356e9515cde (patch)
treeeda0abedbafa7bae7c51cd1d0da2556a5045c063 /INSTALL
parentc90fc5d0a74f7bc8a7e0d9c846c2d0f46b97f8d2 (diff)
downloadsubunit-201f6f45708bf40e931d578a4460a356e9515cde.tar.gz
Handle very short packets
Yay quickcheck.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 29052eb..1472a01 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,6 +20,8 @@ Dependencies
* '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.
+* 'fixtures' for running the Python tests
+* 'hypothesis' for running the Python tests.
* A C compiler for the C bindings
* Perl for the Perl tools (including subunit-diff)
* Check to run the subunit test suite.