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 2200c4b commit ec51f8dCopy full SHA for ec51f8d
climada/util/test/test_files.py
@@ -91,6 +91,7 @@ def test_globbing(self):
91
tmp_files = [file_name + f for f in tmp_files]
92
tmp_files = [f for f in tmp_files if not os.path.isdir(f)
93
and not f.startswith('.')]
94
+ tmp_files = sorted(tmp_files)
95
self.assertEqual(tmp_files, out)
96
97
# Execute Tests
0 commit comments