We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e99f8 commit df06e34Copy full SHA for df06e34
1 file changed
tests/run-bench-tests
@@ -22,7 +22,7 @@ def run_tests(pyb, test_dict):
22
test_count = 0
23
testcase_count = 0
24
25
- for base_test, tests in test_dict.items():
+ for base_test, tests in sorted(test_dict.items()):
26
print(base_test + ":")
27
for test_file in tests:
28
0 commit comments