Skip to content

Commit

Permalink
restore printing alphabetically sorted lists of missing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed Aug 6, 2020
1 parent e777454 commit e93e49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/force-styles/check_tests.py
Expand Up @@ -163,7 +163,7 @@ def check_tests(name,styles,yaml,search,skip=()):
total = len(styles)
num_tests = total - num_missing
print(f"\nTests available for {name} styles: {num_tests} of {total}")
print("No tests for: ", list(missing))
print("No tests for: ", sorted(missing))
return num_missing

counter = 0
Expand Down

0 comments on commit e93e49a

Please sign in to comment.