jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
763 stars 222 forks source link

go-junit-report_test should fail if no files found #142

Closed greg-dennis closed 1 year ago

greg-dennis commented 1 year ago

Today, if the testdata directory isn't present, this test trivially passes. This makes it fail when no files are found.

jstemmer commented 1 year ago

Thanks!