test: 13 Integration-Tests hinzugefügt + .gitignore optimiert
Integration-Tests: - test_help_flag, test_version_flag - test_dry_run_no_changes, test_actual_rename - test_hidden_files_preserved, test_hidden_file_with_spaces - test_umlaut_conversion, test_double_extension - test_exclude_pattern, test_quiet_mode - test_multiple_paths, test_parentheses_removed - test_special_identifiers_preserved .gitignore: - Besser organisiert (Kategorien) - Cargo.lock hinzugefügt - Temporäre Dateien (*.tmp, *.log, *.bak) - OS-spezifische Dateien (Thumbs.db) - Test-Artefakte Gesamt: 22 Tests (9 Unit + 13 Integration) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
53c10f1913
commit
b9f8e9592e
4 changed files with 250 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ itertools = "0.12.1" # Erweiterte Iterator-Funktionalität
|
|||
tempfile = "3.10.1" # Temporäre Dateien für Tests
|
||||
assert_fs = "1.1.1" # Dateisystem-Assertions für Tests
|
||||
predicates = "3.1.0" # Prädikate für Tests
|
||||
assert_cmd = "2.0" # Command-Line Testing
|
||||
|
||||
[profile.release]
|
||||
lto = true # Link-Time-Optimierung
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue