bowtie icon indicating copy to clipboard operation
bowtie copied to clipboard

Consider outputting results in subunit format

Open Julian opened this issue 3 years ago • 3 comments

Or alternatively teach bowtie report to convert a report into subunit.

Julian avatar Oct 10 '22 13:10 Julian

Hi @Julian, what is a subunit format ?

adwait-godbole avatar Apr 07 '24 15:04 adwait-godbole

Or alternatively teach bowtie report to convert a report into subunit.

Also we no more have bowtie report right ?

adwait-godbole avatar Apr 07 '24 15:04 adwait-godbole

Also we no more have bowtie report right ?

Correct!

Hi @Julian, what is a subunit format ?

It's a test reporting format, one that essentially improved on JunitXML (which is ubiquitous across languages so there are lots of tools that know how to use those files -- and subunit can downconvert into JUnitXML, meaning it has even more information but if you throw that away you get JUnitXML). I'm honestly not 100% sure where the homepage is at this point, it's been moved so many times, but see e.g. https://pypi.org/project/python-subunit/ and/or https://launchpad.net/subunit

Julian avatar Apr 09 '24 07:04 Julian