sort list of missing styles alphabetically

This commit is contained in:
Axel Kohlmeyer
2020-08-03 07:30:15 -04:00
parent bb183345bb
commit 86c6efc04c

View File

@ -185,6 +185,7 @@ def check_tests(name,list,yaml,search,skip=()):
total = len(list)
print("\nTests available for %s styles: %d of %d"
% (name,total - num, total))
missing.sort()
print("No tests for: ", missing)
return num