Paul Gauthier (aider)
|
9e668cda7f
|
style: Format test_deprecated.py with black
|
2025-03-08 13:42:21 -08:00 |
|
Paul Gauthier (aider)
|
5447483da2
|
test: add tests for deprecated model argument handling
|
2025-03-08 13:42:16 -08:00 |
|
Paul Gauthier
|
8e22a8d107
|
test: add tests for deprecated functionality
|
2025-03-08 13:42:12 -08:00 |
|
Paul Gauthier
|
c9d597d2b1
|
update repomap fixture
|
2025-03-08 08:13:16 -08:00 |
|
Paul Gauthier (aider)
|
4858749a20
|
style: Apply linter fixes to test_models.py
|
2025-03-07 17:54:34 -08:00 |
|
Paul Gauthier (aider)
|
b53c0b982a
|
refactor: Move reasoning content removal tests to test_reasoning.py
|
2025-03-07 17:54:28 -08:00 |
|
Paul Gauthier
|
08401aff26
|
refactor: Modify reasoning content removal method to update partial_response_content directly
|
2025-03-07 17:32:57 -08:00 |
|
Paul Gauthier (aider)
|
5f2cf75be8
|
style: Fix linting issues in test_reasoning.py
|
2025-03-07 17:20:11 -08:00 |
|
Paul Gauthier (aider)
|
37c7b81c95
|
test: Ensure partial_response_content contains only main content
|
2025-03-07 17:20:03 -08:00 |
|
Paul Gauthier (aider)
|
779a266713
|
style: Apply linter formatting to test_reasoning.py
|
2025-03-07 17:18:38 -08:00 |
|
Paul Gauthier (aider)
|
ebaedc6f05
|
fix: Resolve JSON serialization issue in test_send_with_think_tags_stream
|
2025-03-07 17:18:33 -08:00 |
|
Paul Gauthier (aider)
|
08a392787a
|
style: Apply linter fixes to test_reasoning.py
|
2025-03-07 17:16:56 -08:00 |
|
Paul Gauthier (aider)
|
883bf74bad
|
feat: Add streaming test for <think> tags in reasoning process
|
2025-03-07 17:16:50 -08:00 |
|
Paul Gauthier
|
80de3335b7
|
refactor: Move reasoning content flags initialization to send method
|
2025-03-07 17:15:44 -08:00 |
|
Paul Gauthier (aider)
|
794072bdf8
|
style: Format code with linter to improve readability
|
2025-03-07 17:06:14 -08:00 |
|
Paul Gauthier (aider)
|
e28fdb9cb1
|
refactor: Update test_send_with_reasoning_content_stream to be more robust
|
2025-03-07 17:06:09 -08:00 |
|
Paul Gauthier (aider)
|
7873d1c6b3
|
style: Fix linter warnings in test_reasoning.py
|
2025-03-07 17:04:07 -08:00 |
|
Paul Gauthier (aider)
|
f8c069132e
|
fix: Add mdstream mock to resolve WholeFileCoder test failure
|
2025-03-07 17:04:03 -08:00 |
|
Paul Gauthier (aider)
|
c53833072f
|
style: Format code with linter and remove trailing whitespaces
|
2025-03-07 17:03:21 -08:00 |
|
Paul Gauthier (aider)
|
16d7cf7a52
|
feat: Add test for streaming reasoning content with proper formatting and output
|
2025-03-07 17:03:16 -08:00 |
|
Paul Gauthier (aider)
|
3b9c2b9729
|
style: Organize and clean up import statements in test_reasoning.py
|
2025-03-07 17:00:25 -08:00 |
|
Paul Gauthier (aider)
|
b230fea66f
|
feat: Add test for processing reasoning content in <think> tags
|
2025-03-07 17:00:19 -08:00 |
|
Paul Gauthier
|
f9b6501af1
|
refactor: Update test to use assistant_output instead of ai_output
|
2025-03-07 17:00:17 -08:00 |
|
Paul Gauthier (aider)
|
0cd8e3701d
|
refactor: Move reasoning_content to choices[0].message in MockCompletion
|
2025-03-07 16:55:09 -08:00 |
|
Paul Gauthier (aider)
|
8545672839
|
fix: Add missing attributes to MockCompletion for test compatibility
|
2025-03-07 16:54:24 -08:00 |
|
Paul Gauthier
|
4a6c4b95f1
|
fix: Disable streaming for Coder in test_reasoning to ensure consistent output
|
2025-03-07 16:54:22 -08:00 |
|
Paul Gauthier (aider)
|
c893bc21ab
|
style: Apply linter formatting to test_reasoning.py
|
2025-03-07 16:53:31 -08:00 |
|
Paul Gauthier (aider)
|
c8c5cbf8cc
|
fix: Add mock hash object to resolve NoneType hexdigest error in test
|
2025-03-07 16:53:27 -08:00 |
|
Paul Gauthier (aider)
|
54ef8a1e19
|
fix: Update test mocking to match send_completion method signature
|
2025-03-07 16:52:51 -08:00 |
|
Paul Gauthier
|
82df218bcb
|
test: Update test_reasoning to use generator and print partial response
|
2025-03-07 16:52:49 -08:00 |
|
Paul Gauthier (aider)
|
f613ad6c05
|
fix: Remove unused 'result' variable in test_reasoning.py
|
2025-03-07 16:50:36 -08:00 |
|
Paul Gauthier (aider)
|
4e732d0379
|
style: Apply linter formatting to test_reasoning.py
|
2025-03-07 16:50:19 -08:00 |
|
Paul Gauthier (aider)
|
ad8b5c9d29
|
refactor: Update test to simulate multi-response content formatting flow
|
2025-03-07 16:50:15 -08:00 |
|
Paul Gauthier (aider)
|
1ab4bf14dc
|
fix: Remove unsupported 'stream' parameter from InputOutput initialization in test
|
2025-03-07 16:49:17 -08:00 |
|
Paul Gauthier (aider)
|
068a0b4576
|
refactor: Remove unused imports from test_reasoning.py
|
2025-03-07 16:48:52 -08:00 |
|
Paul Gauthier (aider)
|
5f694f228f
|
style: Format code with linter and improve import sorting
|
2025-03-07 16:48:33 -08:00 |
|
Paul Gauthier (aider)
|
2ffe49130d
|
feat: Add test for reasoning content formatting in Coder.send() method
|
2025-03-07 16:48:27 -08:00 |
|
Paul Gauthier
|
f7d18ef976
|
test: Add test_reasoning.py for basic reasoning tests
|
2025-03-07 16:48:23 -08:00 |
|
Paul Gauthier
|
0e65ddee37
|
fix ruby with ts 0.23
|
2025-03-06 16:26:41 -08:00 |
|
Paul Gauthier (aider)
|
c62cbd2d77
|
style: Fix linter warnings in test_main.py
|
2025-03-05 18:55:37 -08:00 |
|
Paul Gauthier (aider)
|
da1bc19052
|
fix: Correct indentation in test_no_verify_ssl_sets_model_info_manager test
|
2025-03-05 18:55:32 -08:00 |
|
Paul Gauthier (aider)
|
8e2246ec5c
|
fix: Resolve MagicMock TypeError in test_no_verify_ssl_sets_model_info_manager
|
2025-03-05 18:55:17 -08:00 |
|
Paul Gauthier (aider)
|
7132ae47d7
|
test: Mock offer_url to prevent URL opening in SSL verification tests
|
2025-03-05 18:44:47 -08:00 |
|
Paul Gauthier (aider)
|
96bde4ad03
|
style: Format code with linter
|
2025-03-05 18:42:13 -08:00 |
|
Paul Gauthier (aider)
|
85b9bdd8f4
|
fix: Resolve TypeError in SSL verification tests by mocking Model class
|
2025-03-05 18:42:03 -08:00 |
|
Paul Gauthier (aider)
|
e5a85108d7
|
refactor: Remove unused result variable in test_verify_ssl_setting_before_cache_loading
|
2025-03-05 18:40:03 -08:00 |
|
Paul Gauthier (aider)
|
aaa3a8ebda
|
style: Remove trailing whitespaces and fix code formatting
|
2025-03-05 18:39:29 -08:00 |
|
Paul Gauthier (aider)
|
9ceb766a67
|
feat: Add comprehensive tests for SSL verification in ModelInfoManager and main
|
2025-03-05 18:39:17 -08:00 |
|
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 |
|