Skip to content

Commit

Permalink
Update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars van der Bijl committed Mar 7, 2021
1 parent 61a3668 commit db38d73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyoutline/tests/loader_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,8 @@ def test_get_set_env(self):
ol = outline.load_outline(self.path)

ol.set_env("ENV_1", "a")
ol.set_env("ENV_2", "b", True)

self.assertEqual(ol.get_env("ENV_1"), "a")
self.assertFalse(ol.get_env()["ENV_1"][1])
self.assertEqual(ol.get_env("ENV_2"), "b")
self.assertTrue(ol.get_env()["ENV_2"][1])

def test_add_get_remove_layer(self):
with test_utils.TemporarySessionDirectory():
Expand Down

0 comments on commit db38d73

Please sign in to comment.