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. With this change, can now run the unit tests as described in the README (i.e.python -m unittest
)