fix issue47 - fix time-per-test timing output for junitxml

This commit is contained in:
holger krekel
2011-05-28 14:03:10 +02:00
parent 70d22fbe9a
commit 8dc4e732f0
5 changed files with 17 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
Changes between 2.0.3 and DEV
----------------------------------------------
- fix issue47: timing output in junitxml for test cases is now correct
- introduce XXX pytest_configure_funcargs hack (thanks Ronny)
- env/username expansion for junitxml file path (fixes issue44)