Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for junit XML result output #80

Open
bos opened this issue Apr 20, 2014 · 1 comment
Open

Add support for junit XML result output #80

bos opened this issue Apr 20, 2014 · 1 comment

Comments

@bos
Copy link

bos commented Apr 20, 2014

I use test-framework's support for dumping test results into a junit-compatible XML file in my continuous integration setup.

Since doctest produces no output in this format, I have no handy stats on how many doctest tests I have. This would be very useful to have.

screen shot 2014-04-19 at 23 28 55

@sol
Copy link
Owner

sol commented Apr 20, 2014

I agree that this would be useful. Not sure when I would have time to work on this, but patches are welcome of course. Reporting (/src/Runner.hs) is a little bit messy. If we end up refactoring that, then we should do it in a way that allows parallelization (as long requested by @ekmett).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants