| 1 | """ |
| 2 | This script takes a pytest CSV file produced by pytest --csv foo.csv |
| 3 | and summarizes it into a more minimal CSV that is good for uploading |
| 4 | to Google Sheets. We have been using this with dynamic shapes to |
nothing calls this directly
no test coverage detected