about summary refs log tree commit diff
path: root/library/test/src/formatters/junit.rs
AgeCommit message (Expand)AuthorLines
2021-10-07Rollup merge of #89082 - smoelius:master, r=kennytmJubilee-1/+5
2021-09-29Implement #85440Samuel E. Moelius III-1/+5
2021-09-27Apply suggestions from code reviewJane Lusby-2/+2
2021-09-24make junit output more consistent with default formatJane Lusby-1/+4
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-06-17Use as_secs_f64 in JunitFormatterDeadbeef-4/+4
2021-04-30Better output for junit formatterAndrey Cherkashin-12/+52
2021-04-26Update junit.rsAndrey Cherkashin-1/+1
2021-04-25feat(libtest): Add JUnit formatterAndrey Cherkashin-0/+134