about summary refs log tree commit diff
path: root/tests/run-make/libtest-junit/validate_junit.py
AgeCommit message (Collapse)AuthorLines
2024-08-22Advise against removing `run-make/libtest-junit/validate_junit.py`Zalathar-0/+10
Trying to get rid of this Python script looks tempting, because it's currently the only Python script in the whole `run-make` suite that we actually run. But getting rid of it would require pulling in a Rust crate to parse XML instead, and that's probably not worth the extra hassle for a relatively-minor test.
2023-06-16Apply changes to fix python linting errorsTrevor Gross-1/+1
2023-04-21libtest: add tests for junit output formatAugie Fackler-0/+12
I'm about to make some changes here, and it was making me uneasy to modify the output format without test coverage.