Scoring sorted

This commit is contained in:
2025-12-28 17:44:24 +01:00
parent aab50864c3
commit d60c7e2e2f
11 changed files with 214 additions and 412 deletions

View File

@@ -138,7 +138,7 @@ class TestFolderConfig:
"""Test získání cesty ke složkovému configu"""
path = get_folder_config_path(tmp_path)
assert path == tmp_path / FOLDER_CONFIG_NAME
assert path.name == ".tagger.json"
assert path.name == ".Tagger.!ftag"
def test_load_folder_config_nonexistent(self, tmp_path):
"""Test načtení neexistujícího složkového configu"""