Skip to content

Commit

Permalink
A11y Statement - Include checked urls and found statements in data ob…
Browse files Browse the repository at this point in the history
…ject
  • Loading branch information
7h3Rabbit committed Feb 13, 2025
1 parent 5ac0426 commit 06a9572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/a11y_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ def run_test(global_translation, url):
print(global_translation('TEXT_TEST_END').format(
datetime.now().strftime('%Y-%m-%d %H:%M:%S')))

return_dict['checked-urls'] = checked_urls
return_dict['statements'] = statements

return (rating, return_dict)

def get_rating_not_set_rating(url, return_dict, local_translation, global_translation):
Expand Down

0 comments on commit 06a9572

Please sign in to comment.