Skip to content

Commit

Permalink
test: Print debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 5, 2024
1 parent 42b0960 commit 0f9e9f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ def read_metadata(allow_missing=False):
else:
ocds_tag = ocds_tags[-1]

print(
f"{repo_name=}\n{ocds_version=}\n{ocds_tag=}\n{is_profile=}\n{is_extension=}\n{extensiondir=}\n{standard_owner}\n"
f"{use_development_version=}\n{ocds_schema_base_url=}\n{development_base_ref=}\n{development_base_url=}"
)


def formatwarning(message, category, filename, lineno, line=None):
if category != DeepPropertiesWarning:
Expand Down

0 comments on commit 0f9e9f6

Please sign in to comment.