We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad69fe6 commit 603bd00Copy full SHA for 603bd00
t/run_yaml_test.py
@@ -20,7 +20,7 @@ def test_all_yaml_files():
20
"""
21
Walk all the YAML files and run their tests.
22
23
- filenames = glob.glob('t/*.yaml')
+ filenames = sorted(glob.glob('t/*.yaml'))
24
for filename in filenames:
25
logger.info('YAML: %s' % filename)
26
with open(filename, 'r', encoding='UTF-8') as f:
0 commit comments