This should fix the failing tests for annot_macros.py. Instead of adding anything to skip lists, etc, I just added a very small pixdiff to the two cases where tests were failing.
I also improved output from --help and improved html rendering of diff metrics.
Type of change
[ ] Bug fix~~
[ ] New feature~~
[ ] Documentation update~~
[x] Other: fuzzy match a couple tests that have some variability
Description
This should fix the failing tests for
annot_macros.py
. Instead of adding anything to skip lists, etc, I just added a very smallpixdiff
to the two cases where tests were failing.I also improved output from
--help
and improved html rendering of diff metrics.Type of change
How Has This Been Tested?
I ran locally and they pass.
Reminders:
Checklist:
[ ] I have updated the release notes.[ ] I have made corresponding changes to the documentation.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have added new baselines for any new tests to the repo.