summaryrefslogtreecommitdiff
path: root/lib/testtools/doc/hacking.rst
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-11-14 09:46:53 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-11-14 09:46:53 +0100
commit7b654a8c180a6467147189332916a5e56634b5af (patch)
tree20f9f47eab9f15a425b8dfeb4ad08c1e7021808a /lib/testtools/doc/hacking.rst
parentd10c7378d96d322910e87c21a1a3a3b28b229687 (diff)
downloadsamba-7b654a8c180a6467147189332916a5e56634b5af.tar.gz
samba-7b654a8c180a6467147189332916a5e56634b5af.tar.bz2
samba-7b654a8c180a6467147189332916a5e56634b5af.zip
testtools: Update to latest version.
Diffstat (limited to 'lib/testtools/doc/hacking.rst')
-rw-r--r--lib/testtools/doc/hacking.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/testtools/doc/hacking.rst b/lib/testtools/doc/hacking.rst
index fa67887abd..663eeace3c 100644
--- a/lib/testtools/doc/hacking.rst
+++ b/lib/testtools/doc/hacking.rst
@@ -8,9 +8,7 @@ Coding style
In general, follow `PEP 8`_ except where consistency with the standard
library's unittest_ module would suggest otherwise.
-testtools supports Python 2.4 and later, including Python 3, so avoid any
-2.5-only features like the ``with`` statement.
-
+testtools currently supports Python 2.6 and later, including Python 3.
Copyright assignment
--------------------
@@ -141,8 +139,9 @@ Release tasks
#. Marks all the Fix Committed bugs as Fix Released
#. Creates a new milestone
#. Merge the release branch testtools-X.Y.Z into trunk. Before the commit,
- add a NEXT heading to the top of NEWS and bump the version in __init__.py.
- Push trunk to Launchpad
+ add a NEXT heading to the top of NEWS and bump the version in __init__.py
+ e.g. to ``(X, Y, Z+1, 'dev', 0)``.
+#. Push trunk to Launchpad
#. If a new series has been created (e.g. 0.10.0), make the series on Launchpad.
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/