summaryrefslogtreecommitdiff
path: root/ISSUES.txt
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2009-12-31 11:25:07 +0100
committerholger krekel <holger@merlinux.eu>2009-12-31 11:25:07 +0100
commit587951966f9a56789155c5445986c87793abfb16 (patch)
tree40d04c41ff9f469bd980913901c733caec547f67 /ISSUES.txt
parentfa0c7b18bf77a2dcc2deee21fac47361877a9546 (diff)
downloadpytest-587951966f9a56789155c5445986c87793abfb16.tar.gz
adding a logxml plugin and a --xml=path option generating a junit-xml style result log. The xml result log can be parsed nicely by hudson.
Initial code was based on Ross Lawley's pytest_xmlresult plugin. --HG-- branch : trunk
Diffstat (limited to 'ISSUES.txt')
-rw-r--r--ISSUES.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/ISSUES.txt b/ISSUES.txt
index 298c61e81..17dddf0be 100644
--- a/ISSUES.txt
+++ b/ISSUES.txt
@@ -78,6 +78,19 @@ but a remote one fail because the tests directory
does not contain an "__init__.py". Either give
an error or make it work without the __init__.py
+introduce a "RootCollector"
+----------------------------------------------------------------
+tags: feature 1.2
+
+Currently the top collector is a Directory node and
+there also is the notion of a "topdir". See to refine
+internal handling such that there is a RootCollector
+which holds this topdir (or do away with topdirs?).
+Make sure this leads to an improvement in how
+tests are shown in hudson which currently sometimes
+shows "workspace" and sometimes not as the leading
+name.
+
deprecate ensuretemp / introduce funcargs to setup method
--------------------------------------------------------------
tags: experimental-wish 1.2