Skip to content

Commit

Permalink
print golden
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 30, 2024
1 parent b785d96 commit 3ba3c3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library_generation/test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ def test_entry_point_running_in_container(self):
description_file = f"{output_dir}/{repo}/pr_description.txt"
with open(description_file) as f:
print(f.readlines())
print("====")
with open(f"{config_dir}/{repo}/pr-description-golden.txt") as f:
print(f.readlines())
self.assertTrue(
cmp(
f"{config_dir}/{repo}/pr-description-golden.txt",
Expand Down

0 comments on commit 3ba3c3b

Please sign in to comment.