Re: What's a good XSL to translate xmlrunner.py output into a test report?

2010-06-13 Thread Stefan Behnel
Phlip, 06.06.2010 19:12: Here's xmlrunner.py: http://www.rittau.org/python/xmlrunner.py you attach it to your developer tests, and it emits a file called TEST-unittest.TestSuite.xml, containing auspicious wackiness like this: testcase

Re: What's a good XSL to translate xmlrunner.py output into a test report?

2010-06-06 Thread Phlip
On Jun 3, 9:47 am, Phlip phlip2...@gmail.com wrote: Hypo Nt: Here's xmlrunner.py:  http://www.rittau.org/python/xmlrunner.py you attach it to your developer tests, and it emits a file called TEST-unittest.TestSuite.xml, containing auspicious wackiness like this:   testcase

What's a good XSL to translate xmlrunner.py output into a test report?

2010-06-03 Thread Phlip
Hypo Nt: Here's xmlrunner.py: http://www.rittau.org/python/xmlrunner.py you attach it to your developer tests, and it emits a file called TEST-unittest.TestSuite.xml, containing auspicious wackiness like this: testcase classname=tests.unit.gateways.authorize_net_tests.AuthorizeNetTests