Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reset modified environment variables after test #220

Merged

Conversation

rgalonso
Copy link
Contributor

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)

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.
@rgalonso rgalonso marked this pull request as draft October 25, 2024 19:19
@rgalonso
Copy link
Contributor Author

Converted to draft pending PR #221

@alstr alstr marked this pull request as ready for review October 28, 2024 09:31
@alstr alstr merged commit b9c9d19 into alstr:master Oct 28, 2024
1 check passed
@alstr
Copy link
Owner

alstr commented Oct 28, 2024

Thanks very much!

@rgalonso rgalonso deleted the fix/reset-environment-after-custom-language-tests branch October 28, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants