Skip to content

Commit

Permalink
modified: tests/test_runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Philip committed Nov 5, 2023
1 parent ba9da84 commit 0a5cc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ def test_version(self, capfd, test_idf):

expected_version = VERSION.replace("-", ".")
version_string = "EnergyPlus, Version {}".format(expected_version)
print(f"{out.strip() = }")
print(f"{version_string = }")
assert out.strip().startswith(version_string)

def test_help(self, capfd, test_idf):
Expand Down

0 comments on commit 0a5cc72

Please sign in to comment.