This is to help prevent parsing errors in output CSV
Description
Due to the way CSV files are parsed, any test name with a comma in it will cause errors when trying to parse.
This change looks for and wraps test names with commas with double quotes.
How Has This Been Tested?
Locally ran and checked output of CSV file
Minimal checklist:
[ ] I have performed a self-review of my own code
[ ] I have added DocC code-level documentation for any public interfaces exported by the package
[ ] I have added unit and/or integration tests that prove my fix is effective or that my feature works
This is to help prevent parsing errors in output CSV
Description
Due to the way CSV files are parsed, any test name with a comma in it will cause errors when trying to parse. This change looks for and wraps test names with commas with double quotes.
How Has This Been Tested?
Locally ran and checked output of CSV file
Minimal checklist:
DocC
code-level documentation for any public interfaces exported by the package