← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~bac/launchpad/1012171 into lp:launchpad

 

Brad Crittenden has proposed merging lp:~bac/launchpad/1012171 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #1012171 in Launchpad itself: "Make captured stdout and stderr available within the subunit stream"
  https://bugs.launchpad.net/launchpad/+bug/1012171

For more details, see:
https://code.launchpad.net/~bac/launchpad/1012171/+merge/111100

Bump zope.testing to the new version (3.9.4-p14) to allow data written
by tests to stdout and stderr to appear in the subunit output stream.
-- 
https://code.launchpad.net/~bac/launchpad/1012171/+merge/111100
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~bac/launchpad/1012171 into lp:launchpad.
=== modified file 'versions.cfg'
--- versions.cfg	2012-06-18 18:23:03 +0000
+++ versions.cfg	2012-06-19 20:21:33 +0000
@@ -301,14 +301,19 @@
 # p8 redirects stdout and stderr to a black hole device when --subunit is used
 # p9 adds the redirection of __stderr__ to a black hole device
 # p10 changed the test reporting to use test.id() rather than
-#    str(test) since only the id is unique.
+#     str(test) since only the id is unique.
 # p11 reverts p9.
 # p12 reverts p11, restoring p9.
+# p13 Add a new --require-unique flag to the testrunner. When set,
+#     this will cause the testrunner to check all tests IDs to ensure they
+#     haven't been loaded before. If it encounters a duplicate, it will
+#     raise an error and quit.
+# p14 Adds test data written to stderr and stdout into the subunit output.
 # To build (use Python 2.6) run "python bootstrap.py; ./bin/buildout".  Then to
 #    build the distribution run "bin/buildout setup . sdist"
 # Make sure you have subunit installed.  When running tests, be aware that
 #    three will fail initially, per http://pastebin.ubuntu.com/913757/.
-zope.testing = 3.9.4-p13
+zope.testing = 3.9.4-p14
 zope.thread = 3.4
 zope.traversing = 3.8.0
 zope.viewlet = 3.6.1


Follow ups