From 0bc98eb9d2f2c9b5c09fe931e88e4c8a42f956ee Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 16 Apr 2013 09:14:47 +0200 Subject: [PATCH] add to changelog: put captured stdout/stderr into junitxml output even for passing tests (thanks Adam Goucher) --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 005654605..38031a3c3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ Changes between 2.3.4 and 2.3.5dev ----------------------------------- +- put captured stdout/stderr into junitxml output even for passing tests + (thanks Adam Goucher) + - Issue 265 - integrate nose setup/teardown with setupstate so it doesnt try to teardown if it did not setup