diff options
Diffstat (limited to 'lib/testtools/README')
-rw-r--r-- | lib/testtools/README | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/lib/testtools/README b/lib/testtools/README index 83120f01e4..78397de85b 100644 --- a/lib/testtools/README +++ b/lib/testtools/README @@ -8,15 +8,24 @@ framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. + +Documentation +------------- + +If you would like to learn more about testtools, consult our documentation in +the 'doc/' directory. You might like to start at 'doc/overview.rst' or +'doc/for-test-authors.rst'. + + Licensing --------- This project is distributed under the MIT license and copyright is owned by -Jonathan M. Lange. See LICENSE for details. +Jonathan M. Lange and the testtools authors. See LICENSE for details. -Some code in testtools/run.py is taken from Python's unittest module, and -is copyright Steve Purcell and the Python Software Foundation, it is -distributed under the same license as Python, see LICENSE for details. +Some code in 'testtools/run.py' is taken from Python's unittest module, and is +copyright Steve Purcell and the Python Software Foundation, it is distributed +under the same license as Python, see LICENSE for details. Required Dependencies @@ -24,6 +33,7 @@ Required Dependencies * Python 2.4+ or 3.0+ + Optional Dependencies --------------------- @@ -70,3 +80,7 @@ Thanks * James Westby * Martin [gz] * Michael Hudson-Doyle + * Aaron Bentley + * Christian Kampka + * Gavin Panella + * Martin Pool |