~launchpad/testtools/launchpad-ppa-hardy

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Elliot Murphy (personal)
  • Date: 2009-04-08 15:07:49 UTC
  • Revision ID: james.westby@ubuntu.com-20090408150749-1dlph7wk00hg6ag3
Tags: upstream-0.1~r16
ImportĀ upstreamĀ versionĀ 0.1~r16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=========
 
2
testtools
 
3
=========
 
4
 
 
5
testtools is a set of extensions to the Python standard library's unit testing
 
6
framework.
 
7
 
 
8
These extensions have been derived from years of experience with unit testing
 
9
in Python and come from many different sources.
 
10
 
 
11
Licensing
 
12
---------
 
13
 
 
14
This project is distributed under the MIT license and copyright is owned by
 
15
Jonathan M. Lange. See LICENSE for details.
 
16
 
 
17
 
 
18
Dependencies
 
19
------------
 
20
 
 
21
 * Python 2.4+
 
22
 
 
23
 
 
24
Bug reports and patches
 
25
-----------------------
 
26
 
 
27
Please report bugs using Launchpad at <https://bugs.launchpad.net/testtools>.
 
28
Patches can also be submitted via Launchpad, or mailed to the author.  You can
 
29
mail the author directly at jml@mumak.net.
 
30
 
 
31
There's no mailing list for this project yet, however the testing-in-python
 
32
mailing list may be a useful resource:
 
33
 
 
34
 * Address: testing-in-python@lists.idyll.org
 
35
 * Subscription link: http://lists.idyll.org/listinfo/testing-in-python
 
36
 
 
37
 
 
38
History
 
39
-------
 
40
 
 
41
testtools used to be called 'pyunit3k'.  The name was changed to avoid
 
42
conflating the library with the Python 3.0 release (commonly referred to as
 
43
'py3k').
 
44
 
 
45
 
 
46
Thanks
 
47
------
 
48
 
 
49
 * Canonical Ltd
 
50
 * Bazaar
 
51
 * Twisted Matrix Labs
 
52
 * Robert Collins
 
53
 * Andrew Bennetts
 
54