We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0088d9 commit 3d3a7beCopy full SHA for 3d3a7be
amplpy/tests/test_environment.py
@@ -23,6 +23,8 @@ def test_environment_initialization(self):
23
def test_environment(self):
24
from amplpy import Environment, AMPL
25
26
+ os.environ["PYTHONIOENCODING"] = "utf-8"
27
+
28
env1 = Environment()
29
env2 = Environment(os.curdir)
30
self.assertEqual(env2.get_bin_dir(), os.curdir)
0 commit comments