Closed markcmiller86 closed 1 week ago
FYI...I did ensure that the finally:
block does indeed reliably remove the files even if the test is ctrl-C
'd. I did this by running the test up to the tafile()
block and then killing the viewer
with a kill -9
and the examining the test data dir for those files.
In 2461534 I adjusted the with
and for
logic for the two files being used there to make it cleaner.
Description
This ensures the
annot_macros.py
will run on Windows also.I also made some missing adjustments to python 2/3 coding logic in
visit_test_main.py
and madeazure-pipelines.yml
a little cleaner.Type of change
[ ] New feature[ ] Documentation update[ ] OtherHow Has This Been Tested?
Reminders:
Checklist:
[ ] I have updated the release notes.[ ] I have made corresponding changes to the documentation.[ ] I have added debugging support to my changes.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have confirmed new and existing unit tests pass locally with my changes.[ ] I have added new baselines for any new tests to the repo.