When running a large number of testsuites having them sorted
alphabetically makes them easier to find.
This also allows us to group testsuite by prefixing them with
language.
Differential D93115
LNT: Sort testsuites ascendingly Authored by tnfchris on Dec 11 2020, 5:59 AM.
Details
When running a large number of testsuites having them sorted This also allows us to group testsuite by prefixing them with
Diff Detail
Event Timeline
Comment Actions LGTM
| ||||||||||||||||||||||||||||||||||||||
Shouldn't you use an OrderedDict instead of dict to guarantee the ordering will be the same as when inserted?