ytree-project / ytree

A yt-based merger-tree code.
Other
15 stars 10 forks source link

Add script to fix filename in junit output. #152

Closed brittonsmith closed 1 year ago

brittonsmith commented 1 year ago

PR Summary

This adds a simple script to modify the contents of the xml file produced by pytest on circleci so that the file entry reflects the test script and not the file of the base class. I hope this will allow the circleci parallelism to work a bit better.

PR Checklist

brittonsmith commented 1 year ago

Now to figure out if it worked.