Paul Gauthier (aider)
|
2f79b4fde7
|
test: Update sonnet model name in test_models.py
|
2025-02-24 12:32:47 -08:00 |
|
Paul Gauthier (aider)
|
96fcc5df6b
|
fix: Resolve Windows path escaping issue in test_editor.py
|
2025-02-24 12:09:33 -08:00 |
|
Paul Gauthier (aider)
|
3c775fd5de
|
fix: Resolve Windows path handling and editor command test issues
|
2025-02-24 12:09:26 -08:00 |
|
Paul Gauthier
|
ea0ee96398
|
test: Add error message to editor file extension assertion
|
2025-02-24 11:45:48 -08:00 |
|
Paul Gauthier (aider)
|
3fd4a2841a
|
fix: Use separate temp file for log in editor test script
|
2025-02-24 10:39:16 -08:00 |
|
Paul Gauthier (aider)
|
757fbb0124
|
refactor: Remove unused pytest import in test_editor.py
|
2025-02-24 10:21:51 -08:00 |
|
Paul Gauthier
|
d65e3f73df
|
refactor: Simplify editor discovery and command handling logic
|
2025-02-24 10:21:45 -08:00 |
|
Paul Gauthier (aider)
|
5b13105d58
|
fix: Update tests to match string return type of discover_editor()
|
2025-02-24 10:20:46 -08:00 |
|
Paul Gauthier (aider)
|
85189c0bde
|
fix: Update temporary script logging to use f-string and full sys.argv
|
2025-02-24 10:11:58 -08:00 |
|
Paul Gauthier (aider)
|
a8635bade2
|
fix: Improve test_pipe_editor_with_fake_editor reliability by using explicit log file path
|
2025-02-24 10:11:45 -08:00 |
|
Paul Gauthier (aider)
|
4560572ff2
|
style: Fix code formatting in test_editor.py
|
2025-02-24 09:47:24 -08:00 |
|
Paul Gauthier (aider)
|
c7fa57fd14
|
refactor: Make test_pipe_editor cross-platform using Python script
|
2025-02-24 09:47:20 -08:00 |
|
Paul Gauthier (aider)
|
54965fdf2e
|
style: Fix linter warnings in test_editor.py
|
2025-02-24 09:46:33 -08:00 |
|
Paul Gauthier (aider)
|
30361aa685
|
fix: Remove unused 'result' variable in test_pipe_editor_with_shell_script
|
2025-02-24 09:46:29 -08:00 |
|
Paul Gauthier (aider)
|
8be93b72c4
|
style: Format code and organize imports in test_editor.py
|
2025-02-24 09:46:20 -08:00 |
|
Paul Gauthier (aider)
|
c7e9d645e5
|
test: Add test for pipe_editor with shell script logging arguments
|
2025-02-24 09:46:16 -08:00 |
|
Antti Kaihola
|
3510799fca
|
fix: test for get_environment_editor()
The test for `EDITOR` preference failed to clean up any existing value
of `VISUAL` which may be present in the environment pytest is run in.
|
2025-02-22 10:12:08 +02:00 |
|
Paul Gauthier
|
25c5f84090
|
rename
|
2025-02-07 10:55:01 -08:00 |
|
Paul Gauthier (aider)
|
a58293f04b
|
feat: Add sample Terraform code for HCL language testing
|
2025-02-07 10:53:28 -08:00 |
|
Paul Gauthier
|
1408fb41b8
|
feat: Add Terraform HCL fixture file for testing
|
2025-02-07 10:53:27 -08:00 |
|
Paul Gauthier
|
249ca4fd75
|
remove useless tests
|
2025-02-07 08:51:20 -08:00 |
|
Paul Gauthier (aider)
|
d382869b98
|
style: Apply linter formatting to test_coder.py
|
2025-02-07 08:47:39 -08:00 |
|
Paul Gauthier (aider)
|
41a3c27aba
|
feat: Update system prompt prefix tests to check first line
|
2025-02-07 08:47:33 -08:00 |
|
Paul Gauthier (aider)
|
af48c46c30
|
style: Fix linting issues in test_coder.py
|
2025-02-07 08:39:39 -08:00 |
|
Paul Gauthier (aider)
|
52bc51a197
|
test: Add tests for system_prompt_prefix functionality
|
2025-02-07 08:39:33 -08:00 |
|
Paul Gauthier (aider)
|
6d0078d39b
|
style: Remove trailing whitespace in test_io.py
|
2025-02-06 13:56:22 -08:00 |
|
Paul Gauthier (aider)
|
9b80b693c1
|
test: add tests for multiline mode restoration after prompt interrupts
|
2025-02-06 13:56:14 -08:00 |
|
Paul Gauthier
|
53ce96b48f
|
refactor: Remove redundant test case for request timeout in send_completion
|
2025-02-06 11:48:55 -08:00 |
|
Paul Gauthier (aider)
|
36ea166c20
|
test: add request_timeout tests for Model class
|
2025-02-06 11:47:57 -08:00 |
|
Paul Gauthier (aider)
|
f9fd4c71f1
|
fix: Add missing timeout parameter to test assertion
|
2025-02-06 11:47:08 -08:00 |
|
Paul Gauthier (aider)
|
44171417e3
|
fix: Update test assertions to include timeout parameter
|
2025-02-06 11:46:39 -08:00 |
|
Paul Gauthier (aider)
|
a9dd6e0f3d
|
style: Remove trailing whitespace in test_models.py
|
2025-02-06 09:33:30 -08:00 |
|
Paul Gauthier (aider)
|
3c9f4ee555
|
test: Add tests for use_temperature behavior in Model class
|
2025-02-06 09:33:23 -08:00 |
|
Paul Gauthier
|
c37ddd7872
|
refactor: Update test_get_roots_to_watch to include .gitignore in watched roots
|
2025-02-06 08:50:49 -08:00 |
|
Paul Gauthier (aider)
|
17f35cde19
|
refactor: Move MinimalCoder class definition to module level in test_watch.py
|
2025-02-06 08:43:26 -08:00 |
|
Paul Gauthier (aider)
|
b5d17b99df
|
style: Format code and fix whitespace issues
|
2025-02-06 08:43:11 -08:00 |
|
Paul Gauthier (aider)
|
5c9746e209
|
refactor: Split watch_files() into testable components and add tests
|
2025-02-06 08:43:04 -08:00 |
|
Paul Gauthier (aider)
|
51938affc2
|
style: Format test_models.py with linter
|
2025-02-06 08:36:38 -08:00 |
|
Paul Gauthier (aider)
|
856006a68d
|
test: add tests for remove_reasoning_content and simple_send_with_retries
|
2025-02-06 08:36:33 -08:00 |
|
Paul Gauthier (aider)
|
a2622263ce
|
test: add cases for 's'/'skip' and 'a'/'all' in confirm_ask without group
|
2025-02-06 08:29:00 -08:00 |
|
Paul Gauthier (aider)
|
7db1613b1a
|
test: Add provider-prefixed deepseek model test cases
|
2025-02-06 08:25:59 -08:00 |
|
Paul Gauthier
|
3add686e9b
|
test: Remove gpt-4-turbo test case from test_models.py
|
2025-02-06 08:25:38 -08:00 |
|
Paul Gauthier (aider)
|
a9f0983f0f
|
test: add tests for configure_model_settings covering all cases
|
2025-02-06 08:23:34 -08:00 |
|
Paul Gauthier (aider)
|
3b16d6c291
|
fix: Update test_ollama_uses_existing_num_ctx to match actual call parameters
|
2025-02-06 08:22:19 -08:00 |
|
Paul Gauthier (aider)
|
85399bd6e2
|
style: Format code with linter in test_models.py
|
2025-02-06 08:21:48 -08:00 |
|
Paul Gauthier (aider)
|
aef2b95d41
|
fix: Reset MODEL_SETTINGS between tests to prevent parameter leakage
|
2025-02-06 08:21:42 -08:00 |
|
Paul Gauthier (aider)
|
11a233da84
|
fix: Update test assertions to match actual model completion call parameters
|
2025-02-06 08:20:38 -08:00 |
|
Paul Gauthier (aider)
|
016aa87e34
|
style: Format strings with double quotes in test_models.py
|
2025-02-06 08:19:25 -08:00 |
|
Paul Gauthier (aider)
|
9094af565f
|
test: add tests for Ollama model num_ctx handling
|
2025-02-06 08:19:19 -08:00 |
|
Paul Gauthier
|
1c262d22ce
|
add test case for #2879
|
2025-02-05 12:53:32 -08:00 |
|