Adding gen_at_report plus unit tests
Committing gen_at_report.py scripts for extracting information related to AutoTuner runs. Provided to customer as an example.
Includes unit tests which cover 90%+ of the statements
Tests were dying due to an import issue with utils. I wonder if we should rename either utils.py or the utils directory to avoid confusion. Usually, you don't have a file and a directory with effectively the same name.
We should probably rename the utils.py file as well - maybe a separate PR?
We should probably rename the
utils.pyfile as well - maybe a separate PR?
probably a good idea
Closing old PR given transition to other repo