Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Oct 15, 2023
1 parent 8d84a10 commit 3966ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ def test_os_make_environment(self) -> None:
self.assertTrue(data)
#os_env = OsEnvironment()
#print(os_env)
self.fail("Force crash to read outplut")
self.fail("Force test_os_make_environment crash to read output\n" + str(data))

def test_get_env(self) -> None:
"""Test setting an environment variable."""
data = get_env()
print(data)
self.assertTrue(data)
self.fail("Force crash to read outplut")
self.fail("Force test_get_env crash to read output: \n" + str(data))


if __name__ == "__main__":
Expand Down

0 comments on commit 3966ccc

Please sign in to comment.