Skip to content

Commit

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

0 comments on commit d6969ff

Please sign in to comment.