summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Express our required unittest2 version.Robert Collins2014-11-161-2/+2
| | | | | | | This should avoid incompatibilities as reported in https://github.com/testing-cabal/testtools/issues/121. Change-Id: I319e2e572c40a589ecbb2be74247f8b1ee7f192b
* Depend on unittest2.Robert Collins2014-11-011-1/+4
| | | | | | | | unittest2 has backports of discover etc which allows us to make it a stock feature rather than something that is present sometimes, and which we have to carry ugly monkey patches for. Change-Id: Ib30a4a9de8c58edf5d9c4ea5e06d49b0c821f12f
* Merge branch 'master' of github.com:jml/testtools into git-not-bzrJonathan Lange2013-01-311-2/+2
| | | | | Conflicts: MANIFEST.in
* Rename README to README.rstJonathan Lange2013-01-261-0/+92
This is so the README on Github will look pretty.