Paul Gauthier (aider)
|
c1febce528
|
fix: Remove unused imports and add missing register_models import
|
2024-11-19 11:50:12 -08:00 |
|
Paul Gauthier (aider)
|
e0aadbd961
|
style: Format code with linter and improve readability
|
2024-11-19 11:50:01 -08:00 |
|
Paul Gauthier (aider)
|
7b9a76c5ea
|
refactor: Use temporary YAML file for model settings in test_default_and_override_settings
|
2024-11-19 11:49:57 -08:00 |
|
Paul Gauthier
|
6133fa8384
|
test: Update test cases with new edit_format value
|
2024-11-19 11:49:55 -08:00 |
|
Paul Gauthier (aider)
|
76988b746f
|
refactor: Remove unused call import and rename loop variable
|
2024-11-19 10:05:01 -08:00 |
|
Paul Gauthier (aider)
|
32eb365a0b
|
style: Reorder imports in test_models.py
|
2024-11-19 10:04:45 -08:00 |
|
Paul Gauthier (aider)
|
2c5feddad5
|
test: Add imports for ModelSettings and MODEL_SETTINGS
|
2024-11-19 10:04:41 -08:00 |
|
Paul Gauthier (aider)
|
210500ff3e
|
style: Apply linter formatting to test_models.py
|
2024-11-19 10:04:23 -08:00 |
|
Paul Gauthier (aider)
|
7c8f10e832
|
test: Add tests for default and override model settings
|
2024-11-19 10:04:19 -08:00 |
|
Paul Gauthier (aider)
|
533613d92b
|
fix: Remove unused repo variable in test_cmd_add_gitignored_file
|
2024-11-13 13:22:57 -08:00 |
|
Paul Gauthier
|
20d87e1136
|
refactor: Remove unnecessary .gitignore commit in test setup
|
2024-11-13 13:22:45 -08:00 |
|
Paul Gauthier (aider)
|
1450c4194e
|
test: Add test to verify cmd_add respects .gitignore files
|
2024-11-13 13:20:52 -08:00 |
|
Paul Gauthier
|
52c49fc8fd
|
feat: Add option to return web scrape content instead of printing
|
2024-11-08 14:27:59 -08:00 |
|
Paul Gauthier
|
9dd7b795ca
|
fix: Handle NotFoundError in send chat test with single print call
|
2024-11-08 14:18:23 -08:00 |
|
Paul Gauthier (aider)
|
d0e85d9c2c
|
style: Apply linter formatting to sendchat.py and test_sendchat.py
|
2024-11-08 10:02:54 -08:00 |
|
Paul Gauthier (aider)
|
14d02bc843
|
fix: Handle None response and update InvalidRequestError test
|
2024-11-08 10:02:48 -08:00 |
|
Paul Gauthier (aider)
|
b79c09cf58
|
refactor: Remove unused CACHE import from test_sendchat.py
|
2024-11-08 10:01:45 -08:00 |
|
Paul Gauthier (aider)
|
c9dfe5daff
|
style: Organize imports and format code in test_sendchat.py
|
2024-11-08 10:01:16 -08:00 |
|
Paul Gauthier (aider)
|
092e7f6b3c
|
test: Add comprehensive tests for sendchat module functionality
|
2024-11-08 10:01:11 -08:00 |
|
Paul Gauthier (aider)
|
203634314c
|
style: Format code with linter
|
2024-11-08 10:00:33 -08:00 |
|
Paul Gauthier (aider)
|
c472e6e160
|
fix: Update test_exceptions.py to provide required arguments for litellm exceptions
|
2024-11-08 10:00:30 -08:00 |
|
Paul Gauthier (aider)
|
86d9275375
|
refactor: Remove unused pytest import from test_exceptions.py
|
2024-11-08 09:59:44 -08:00 |
|
Paul Gauthier (aider)
|
9db6780af6
|
style: Sort imports and add whitespace in test_exceptions.py
|
2024-11-08 09:59:30 -08:00 |
|
Paul Gauthier (aider)
|
e10205ff69
|
test: Add comprehensive tests for LiteLLMExceptions module
|
2024-11-08 09:59:25 -08:00 |
|
Paul Gauthier
|
9f539436b8
|
test: Add test_exceptions.py to basic test suite
|
2024-11-08 09:59:23 -08:00 |
|
Paul Gauthier (aider)
|
20d5a9fd4b
|
style: Run linter to clean up whitespace in test_sendchat.py
|
2024-11-07 13:09:52 -08:00 |
|
Paul Gauthier (aider)
|
80e57ca074
|
fix: Remove unused import of httpx in test_sendchat.py
|
2024-11-07 13:09:50 -08:00 |
|
Paul Gauthier
|
8a3c95d8dd
|
feat: Add LiteLLMExceptions loading in test for send chat functionality
|
2024-11-07 13:09:47 -08: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
|
ae970cf2da
|
fix: Update webbrowser patch to use correct module path
|
2024-11-07 11:35:40 -08:00 |
|
Paul Gauthier
|
97051b9d40
|
refactor: Replace GitTemporaryDirectory with ChdirTemporaryDirectory
|
2024-11-05 11:54:27 -08:00 |
|
Paul Gauthier
|
90730845de
|
style: fix indentation in test_editblock.py
|
2024-11-05 11:43:04 -08:00 |
|
Paul Gauthier (aider)
|
f7c0c433c3
|
refactor: add mock for sendchat.simple_send_with_retries in test
|
2024-11-05 11:42:31 -08:00 |
|
Paul Gauthier
|
538752d0cf
|
test: add mock for sendchat.simple_send_with_retries in editblock test
|
2024-11-05 11:42:30 -08:00 |
|
Paul Gauthier
|
c71a92ac84
|
fix: handle empty original content when creating new files
|
2024-11-05 09:14:01 -08:00 |
|
Paul Gauthier (aider)
|
d1b25b9a72
|
fix: remove duplicate test_cmd_read_only_with_image_file method
|
2024-10-31 15:00:21 -07:00 |
|
Paul Gauthier (aider)
|
a459f0e130
|
test: add test for read-only command with image files
|
2024-10-31 14:59:46 -07:00 |
|
Paul Gauthier (aider)
|
66b6788990
|
test: add test for image file handling in read command
|
2024-10-31 14:59:22 -07:00 |
|
Paul Gauthier
|
d959e1c60d
|
test: fix analytics disable test assertion for better clarity
|
2024-10-31 13:31:43 -07:00 |
|
Paul Gauthier (aider)
|
8d2f66fe34
|
test: add temp_data_dir fixture to all analytics tests
|
2024-10-31 13:28:31 -07:00 |
|
Paul Gauthier (aider)
|
66dc8dbccd
|
style: remove unused MagicMock import
|
2024-10-31 13:22:59 -07:00 |
|
Paul Gauthier (aider)
|
b228bcab8c
|
style: Fix linting issues in test_analytics.py
|
2024-10-31 13:22:50 -07:00 |
|
Paul Gauthier (aider)
|
ccbf1482c1
|
test: add comprehensive test suite for Analytics class
|
2024-10-31 13:22:47 -07:00 |
|
Paul Gauthier
|
f9a0946472
|
test: add basic analytics test suite
|
2024-10-31 13:22:45 -07:00 |
|
Paul Gauthier (aider)
|
a565a63436
|
style: Fix import formatting in test_models.py
|
2024-10-30 13:21:47 -07:00 |
|
Paul Gauthier (aider)
|
a045bda171
|
refactor: update test to use ModelInfoManager instead of get_model_info
|
2024-10-30 13:21:43 -07:00 |
|
Paul Gauthier (aider)
|
d81c421bfe
|
test: mock webbrowser.open in test setup
|
2024-10-30 12:04:43 -07:00 |
|