Adding junit test result from analysis script
- Using json to output summary of results from root script.
- Using python script to generate junit xml file.
- This is just a simple demo. We can build on if we think it is the best solution.
Merge request reports
Activity
added critical discussion framework reconstruction simulation labels
@sly2j, this should be a good starting point for generating the junit files. I output some results from the root script into a json file (which can probably be avoided). We could probably call the python code from root.
I have landed on the junitparser library, after also testing with junit-xml. junitparser seems to be a bit more robust. https://github.com/weiwei/junitparser
Edited by Whitney Armstrongadded 3 commits
-
7f6cf516...b93af429 - 2 commits from branch
master
- adccf39a - Added new dvcs analysis script and test report.
-
7f6cf516...b93af429 - 2 commits from branch
mentioned in issue #1 (closed)
Please register or sign in to reply