Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1a5ddff

Browse files
committed
Get test data files in a constant order.
1 parent d915828 commit 1a5ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/tests/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555

5656
def get_data_files(subdirectory, files='*.dat'):
57-
return glob.glob(os.path.join(test_dir, subdirectory, files))
57+
return sorted(glob.glob(os.path.join(test_dir, subdirectory, files)))
5858

5959

6060
def isSubsequence(l1, l2):

0 commit comments

Comments
 (0)