[issue24236] TestNG results to Junit results conversion

2015-05-19 Thread Tushar
Changes by Tushar : -- resolution: -> not a bug status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue24236] TestNG results to Junit results conversion

2015-05-19 Thread Tushar
Tushar added the comment: The intention was to facilitate the user who want to port TestNG reports format to Junit standard format. I sent a mail to PSF mailing list and I got the pointer that this can't be part of standard library but PyPI. So I will upload this as a package instead of a part

[issue24236] TestNG results to Junit results conversion

2015-05-19 Thread R. David Murray
R. David Murray added the comment: This doesn't appear to have anything to do with Python. What was your purpose in opening this issue? -- nosy: +r.david.murray ___ Python tracker

[issue24236] TestNG results to Junit results conversion

2015-05-18 Thread Tushar
Changes by Tushar : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue24236] TestNG results to Junit results conversion

2015-05-18 Thread Tushar
New submission from Tushar: This tool/module will perform the TestNG type results to Junit results. This will be applicable for any TestNG result.xml file. -- components: Extension Modules messages: 243557 nosy: tusharm priority: normal severity: normal status: open title: TestNG resul