Python Test Reports Summary

I’m having some trouble understanding how to set up test summaries. I set up a directory test-results with subdirectories coverage and nose. And circleci says it’s saving the information there. But I don’t see a test summary. With coverage I have the html_report directory set to test-reports/coverage but I don’t think it does anything.

How can I tell nose/coverage to output reports to these directories?

Is there a standard way to achieve this?

Thanks

I think you might be having a similar issue as described here: No Test Summary - #7

Note that CircleCI does not handle coverage reports in the test summary.

The other important thing to note is that you must produce “junit style” XML output in your test reports otherwise CircleCI will not be able to read it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.