~ubuntu-branches/ubuntu/oneiric/python-testtools/oneiric

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2010-12-18 21:11:40 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20101218211140-dy3zzyhqpc1yvp8s
Tags: 0.9.8-1
New upstream release. Closes: #606479

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
distributed under the same license as Python, see LICENSE for details.
20
20
 
21
21
 
22
 
Dependencies
23
 
------------
 
22
Required Dependencies
 
23
---------------------
24
24
 
25
25
 * Python 2.4+ or 3.0+
26
26
 
 
27
Optional Dependencies
 
28
---------------------
 
29
 
 
30
If you would like to use our undocumented, unsupported Twisted support, then
 
31
you will need Twisted.
 
32
 
 
33
If you want to use ``fixtures`` then you can either install fixtures (e.g. from
 
34
https://launchpad.net/python-fixtures or http://pypi.python.org/pypi/fixtures)
 
35
or alternatively just make sure your fixture objects obey the same protocol.
 
36
 
27
37
 
28
38
Bug reports and patches
29
39
-----------------------
56
66
 * Robert Collins
57
67
 * Andrew Bennetts
58
68
 * Benjamin Peterson
 
69
 * Jamu Kakar
 
70
 * James Westby
 
71
 * Martin [gz]
 
72
 * Michael Hudson-Doyle