Skip to content

Commit

Permalink
add env var to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Nov 30, 2024
1 parent 33b7517 commit e943d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amplpy/tests/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_environment(self):
for name, value in os.environ.items():
print("{0}: {1}".format(name, value))

os.environ["USER1"] = "Filipe Brandão"
env1 = Environment()
env2 = Environment(os.curdir)
self.assertEqual(env2.get_bin_dir(), os.curdir)
Expand Down

0 comments on commit e943d55

Please sign in to comment.