Paul Gauthier (aider)
667bacf81e
style: Remove unused imports from test_sanity_check_repo.py
2025-03-05 18:28:40 -08:00
Paul Gauthier
e896b0ea96
refactor: Remove corrupt index test and related function from sanity check test
2025-03-05 18:28:30 -08:00
mdk
5c92491bc0
Fix issue #1802 : Handle UnicodeDecodeError in repo file paths
...
Added error handling for UnicodeDecodeError when decoding paths in the Git repository.
This issue arises when paths are encoded in formats other than the expected system encoding.
The error handler now provides a detailed error message, helping users identify potential encoding mismatches.
Closes #1802
2024-12-23 20:01:08 +01:00
Paul Gauthier
2962e51dac
test: Add webbrowser patching to TestCoder and fix argument order in test_sanity_check_repo
2024-11-07 11:48:17 -08:00
Paul Gauthier (aider)
cf5733b237
style: fix import order in test_sanity_check_repo.py
2024-11-07 11:47:39 -08:00
Paul Gauthier (aider)
c96e3326bc
fix: update test to check for offer_url instead of confirm_ask
2024-11-07 11:47:35 -08:00
Paul Gauthier
1cd373c0a5
test: fix git index version test to use offer_url instead of confirm_ask
2024-11-07 11:47:33 -08:00
Paul Gauthier (aider)
bce586f510
fix: remove unused webbrowser import in test file
2024-10-30 12:00:12 -07:00
Paul Gauthier (aider)
a70b364842
style: fix import order and quote style in test file
2024-10-30 11:59:52 -07:00
Paul Gauthier (aider)
920e8da57c
test: mock webbrowser.open in git index version test
2024-10-30 11:59:48 -07:00
Paul Gauthier (aider)
71a8b286dc
style: fix linting issues in test_sanity_check_repo.py
2024-10-30 11:59:25 -07:00
Paul Gauthier (aider)
ee4decc50b
fix: add missing urls import in test_sanity_check_repo.py
2024-10-30 11:59:21 -07:00
Paul Gauthier (aider)
63330aa833
style: fix line wrapping in test file
2024-10-30 11:59:08 -07:00
Paul Gauthier (aider)
15a0eb976f
test: update git index version test to check confirm_ask call
2024-10-30 11:59:04 -07:00
Paul Gauthier
2b4206fd57
paul-gauthier -> Aider-AI
2024-10-04 13:06:38 -07:00
fry69
7a5947fc49
feat: add tests for sanity_check_repo function
2024-09-23 07:55:45 +02:00