fix issue124 - make test reporting more resilient against tests changing FD 1

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-10-05 17:21:50 +02:00
parent cebcdb83cf
commit 7c6e47f715
4 changed files with 30 additions and 3 deletions
+2
View File
@@ -2,6 +2,8 @@
Changes between 1.3.4 and 1.4.0.dev0
==================================================
- fix issue124 - make reporting more resilient against tests opening
files on filedescriptor 1 (stdout).
- fix issue109 - sibling conftest.py files will not be loaded.
(and Directory collectors cannot be customized anymore from a Directory's
conftest.py - this needs to happen at least one level up).