Skip to content

Commit

Permalink
test_caga: added a print() statement to debug failing test in GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Feb 22, 2024
1 parent a41dfed commit 83eb72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/types/test_caga.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_publish_schema():
publish_schema()
# Assert
assert target_dir.exists()
print(f"location of input_schema_json_file: {input_schema_json_file.absolute()}")
assert input_schema_json_file.exists()
assert input_schema_html_file.exists()
assert output_schema_json_file.exists()
Expand Down

0 comments on commit 83eb72e

Please sign in to comment.