alstr / todo-to-issue-action

Action that converts TODO comments to GitHub issues on push.
MIT License
630 stars 121 forks source link

fix: reset modified environment variables after test #220

Closed rgalonso closed 1 week ago

rgalonso commented 1 week ago

CustomLanguageTest was modifying a few environment variables and not restoring them when complete. This led to problems for later tests that expected those variables to be at their default values. With this change, can now run the unit tests as described in the README (i.e. python -m unittest)

rgalonso commented 1 week ago

Converted to draft pending PR #221

alstr commented 1 week ago

Thanks very much!