Paul Gauthier (aider)
606fce65ab
test: Fix assertion errors in commit message tests for mock calls
2025-02-04 12:22:09 -08:00
Paul Gauthier (aider)
b4084484ff
fix: Update test patches to mock simple_send_with_retries correctly
2025-02-04 12:20:13 -08:00
Paul Gauthier (aider)
80062908d9
test: Fix mocking setup for simple_send_with_retries in tests
2025-02-04 12:17:45 -08:00
Paul Gauthier (aider)
af8f7e95b0
test: Mock simple_send_with_retries
method in test setup
2025-02-04 12:11:43 -08:00
Paul Gauthier (aider)
9553478384
test: Fix patch target for simple_send_with_retries in tests
2025-02-04 12:06:59 -08:00
Paul Gauthier (aider)
535b3ce286
refactor: Update calls to simple_send_with_retries to use model method
2025-02-04 12:04:25 -08:00
Paul Gauthier (aider)
cfe9c86edd
fix: Remove unused import from test_sendchat.py
2025-02-04 12:03:10 -08:00
Paul Gauthier (aider)
ee66044425
refactor: Update send_completion calls to use model method syntax
2025-02-04 12:02:38 -08:00
Paul Gauthier (aider)
ee9d0c4a99
style: Format code with linter and improve readability
2025-01-31 13:13:10 -08:00
Paul Gauthier (aider)
476a0ad6ad
test: Add test for --reasoning-effort CLI option
2025-01-31 13:13:05 -08:00
Paul Gauthier (aider)
c8b9e2ff37
fix: Update model name assertion tests to use partial matching
2025-01-31 09:02:00 -08:00
Paul Gauthier (aider)
34a6902986
style: Format test code with consistent line breaks and indentation
2025-01-31 09:01:14 -08:00
Paul Gauthier (aider)
0c47b0eb53
test: Add tests for default model selection and API key precedence
2025-01-31 09:01:09 -08:00
Paul Gauthier (aider)
de788266eb
style: Format test_sendchat.py with consistent newlines
2025-01-24 09:19:21 -08:00
Paul Gauthier (aider)
eb879a743e
test: add tests for ensure_alternating_roles
function
2025-01-24 09:19:16 -08:00
Paul Gauthier
30b150dbfc
refactor: Simplify test assertions and remove redundant checks
2025-01-22 10:17:21 -08:00
Paul Gauthier (aider)
40ee3b1b45
style: Reorder imports in test_coder.py
2025-01-22 10:05:02 -08:00
Paul Gauthier (aider)
c79217dd75
fix: Add missing imports for FinishReasonLength and sanity_check_messages
2025-01-22 10:04:58 -08:00
Paul Gauthier (aider)
075d4d4210
test: add tests for message integrity after interrupts and token limits
2025-01-22 10:03:51 -08:00
Paul Walker
293c350fb7
Add tags.scm for Kotlin
2025-01-17 21:18:55 -05:00
Paul Gauthier (aider)
0cba898280
fix: Make line endings validation test order-independent
2025-01-13 09:38:36 -08:00
Paul Gauthier (aider)
b9edec069a
fix: Update test to match error message format for line endings validation
2025-01-13 09:38:13 -08:00
Paul Gauthier (aider)
ebb38c6518
style: Format test_io.py to comply with linter rules
2025-01-13 09:36:31 -08:00
Paul Gauthier (aider)
fa80d2f3cc
test: add line endings validation tests for InputOutput
2025-01-13 09:36:26 -08:00
Paul Gauthier (aider)
e94b05851f
style: Format test_io.py with consistent string quotes and spacing
2025-01-11 15:48:10 -08:00
Paul Gauthier (aider)
571a5962b7
test: update test to use invalid Unicode that triggers encoding error
2025-01-11 15:48:05 -08:00
Paul Gauthier (aider)
8b6863dc40
style: Format test_io.py with consistent quotes and spacing
2025-01-11 15:46:33 -08:00
Paul Gauthier (aider)
01af629399
test: add test for Unicode to ASCII fallback in tool messages
2025-01-11 15:46:28 -08:00
Paul Gauthier (aider)
e6b449f24d
test: add tests for get_repo_map_tokens method
2025-01-10 14:39:50 -08:00
Paul Gauthier (aider)
e6be69ec6d
test: add test case for TERM=dumb terminal handling
2025-01-10 14:24:27 -08:00
Aaron Weisberg
acf654c984
fix: lint command with nested spaced strings
2025-01-02 17:27:33 +01:00
Paul Gauthier
761fb93aba
refactor: Move test_cmd_load_with_switch_coder to test file
2024-12-30 14:21:28 -04: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
b1bc2f8c5c
test: Remove user_id check from need_to_ask test
2024-12-22 09:52:45 -05:00
Paul Gauthier (aider)
350df7ca55
fix: Test check_gitignore with and without .env file
2024-12-22 09:51:20 -05:00
Paul Gauthier (aider)
04afb99c54
fix: Use module-level function in test_is_uuid_in_percentage
2024-12-17 13:33:33 -08:00
Paul Gauthier (aider)
c3f85c3bb2
test: Fix gitignore pattern matching and add ai comment test
2024-12-11 20:43:07 -08:00
Paul Gauthier (aider)
ad59c4cbf3
test: Add comprehensive gitignore pattern tests
2024-12-11 20:43:03 -08:00
Paul Gauthier
11512c6281
feat: Add support for ! and ? action comments
2024-12-11 20:23:29 -08:00
Paul Gauthier (aider)
b16ba547ab
test: Add assertion for line count in test_ai_comment_pattern
2024-12-11 20:21:50 -08:00
Paul Gauthier (aider)
e5b8899b4c
fix: Remove extra comment in test_watch.py
2024-12-11 20:21:46 -08:00
Paul Gauthier (aider)
fee3e9e63b
feat: Add test for watch_question.js fixture
2024-12-11 20:21:42 -08:00
Paul Gauthier
57a24d30b5
test: Add test for watch_question.js ai comments
2024-12-11 20:21:41 -08:00
Paul Gauthier
a6ee3ce07f
cleanup
2024-12-11 20:12:26 -08:00
Paul Gauthier (aider)
5f36ddd425
test: Fix multiline mode tests and add toggle test
2024-12-11 20:10:30 -08:00
Paul Gauthier (aider)
bec67074e0
feat: Add tests for multiline input mode
2024-12-11 20:10:26 -08:00
Paul Gauthier (aider)
141a2df19c
test: add test for bulk conversion to read-only mode
2024-12-09 15:36:03 -08:00
Paul Gauthier
42ae279b91
fix: update test cases to use Model wrapper class
2024-12-07 15:09:04 -08:00
Paul Gauthier
a74cdbfc28
test: update test_sendchat to use Model class and fix assertion
2024-12-07 15:07:39 -08:00
Paul Gauthier (aider)
a56fa567dd
test: update print call count assertions in sendchat tests
2024-12-07 13:44:08 -08:00