Paul Gauthier
|
16309dc077
|
test: Update test assertions and model in test_main.py
|
2025-03-18 17:40:26 -07:00 |
|
Paul Gauthier (aider)
|
8a1b496cd5
|
style: Format test_main.py with linter
|
2025-03-18 17:37:01 -07:00 |
|
Paul Gauthier (aider)
|
99cf99e014
|
test: update test for --check-model-accepts-settings flag
|
2025-03-18 17:36:55 -07:00 |
|
Paul Gauthier (aider)
|
f2e9b06dbd
|
fix: Update tests and logic for model settings acceptance checks
|
2025-03-18 17:36:30 -07:00 |
|
Paul Gauthier (aider)
|
6cce7c34c2
|
style: Format test_main.py with linter
|
2025-03-18 17:33:58 -07:00 |
|
Paul Gauthier (aider)
|
dd2efac3ae
|
test: verify Model.set_ methods are called appropriately in tests
|
2025-03-18 17:33:52 -07:00 |
|
Paul Gauthier (aider)
|
14761ebec2
|
fix: Update test_thinking_tokens_option to check correct thinking tokens location
|
2025-03-18 12:22:13 -07:00 |
|
Paul Gauthier (aider)
|
50d8a19397
|
style: Format test_main.py with consistent line breaks
|
2025-03-18 12:18:57 -07:00 |
|
Paul Gauthier (aider)
|
719324981d
|
test: Add tests for accepts_settings configuration and thinking_tokens option
|
2025-03-18 12:18:52 -07:00 |
|
Paul Gauthier (aider)
|
04ecea614b
|
refactor: Simplify _test_language_repo_map signature and use self.fixtures_dir
|
2025-03-12 15:38:07 -07:00 |
|
Paul Gauthier (aider)
|
084a14b640
|
style: Remove unnecessary blank lines in test_repomap.py
|
2025-03-12 15:36:18 -07:00 |
|
Paul Gauthier (aider)
|
a477759a49
|
refactor: Update fixtures_dir references to use self.fixtures_dir
|
2025-03-12 15:36:13 -07:00 |
|
Paul Gauthier
|
d4df207612
|
refactor: Move fixtures_dir initialization to setUp in TestRepoMapAllLanguages
|
2025-03-12 15:36:12 -07:00 |
|
Paul Gauthier (aider)
|
57d492d4b8
|
style: Remove trailing whitespace in test_repomap.py
|
2025-03-12 15:34:28 -07:00 |
|
Paul Gauthier (aider)
|
fb7413436c
|
refactor: Split language tests into individual test methods
|
2025-03-12 15:34:24 -07:00 |
|
Paul Gauthier
|
2cc8105e68
|
refactor: Split language tests into individual cases in test_repomap.py
|
2025-03-12 15:34:22 -07:00 |
|
Paul Gauthier (aider)
|
a83d5ff123
|
style: Format test_repomap.py with linter
|
2025-03-12 15:32:20 -07:00 |
|
Paul Gauthier (aider)
|
a709d650df
|
refactor: Extract language test loop into helper method
|
2025-03-12 15:32:16 -07:00 |
|
Paul Gauthier
|
570e8eae31
|
refactor: Extract loop logic into helper method in test_repomap.py
|
2025-03-12 15:32:15 -07:00 |
|
Paul Gauthier (aider)
|
14037eaeb8
|
test: add udev test case to TestRepoMapAllLanguages
|
2025-03-12 15:22:56 -07:00 |
|
Paul Gauthier (aider)
|
189d64dc3d
|
test: Add Swift test case to TestRepoMapAllLanguages
|
2025-03-12 15:22:16 -07:00 |
|
Paul Gauthier (aider)
|
315f8093c6
|
test: Add Solidity test case and fixture to TestRepoMapAllLanguages
|
2025-03-12 15:21:45 -07:00 |
|
Paul Gauthier (aider)
|
a776d70e0d
|
test: add Racket test case and fixture
|
2025-03-12 15:18:47 -07:00 |
|
Paul Gauthier (aider)
|
1ab6c70ac7
|
feat: Add R language test case and fixture for repository mapping
|
2025-03-12 15:16:02 -07:00 |
|
Paul Gauthier (aider)
|
73eb8701dd
|
feat: Add properties language test case and fixture file
|
2025-03-12 15:13:56 -07:00 |
|
Paul Gauthier (aider)
|
a503f291e7
|
feat: Add Pony language test case and fixture
|
2025-03-12 15:12:56 -07:00 |
|
Paul Gauthier (aider)
|
b54d800024
|
feat: Add Lua language support to TestRepoMapAllLanguages
|
2025-03-12 15:11:31 -07:00 |
|
Paul Gauthier (aider)
|
d74068464d
|
feat: Add Gleam language support to TestRepoMapAllLanguages
|
2025-03-12 15:09:43 -07:00 |
|
Paul Gauthier (aider)
|
24d2b683c8
|
feat: Add Dart language support to TestRepoMapAllLanguages
|
2025-03-12 15:06:27 -07:00 |
|
Paul Gauthier (aider)
|
9451f0abe4
|
feat: Add D language test fixture and update test mapping
|
2025-03-12 15:05:05 -07:00 |
|
Paul Gauthier (aider)
|
544d58ddbd
|
feat: Add CommonLisp language support to TestRepoMapAllLanguages
|
2025-03-12 15:02:55 -07:00 |
|
Paul Gauthier (aider)
|
7c1d2d75e0
|
feat: Add chatito language support with test fixture
|
2025-03-12 14:40:43 -07:00 |
|
Paul Gauthier (aider)
|
6bb43555dc
|
feat: Add Arduino language support to TestRepoMapAllLanguages
|
2025-03-12 14:37:55 -07:00 |
|
Paul Gauthier
|
92377fc390
|
fix: Add missing MagicMock import in test_coder.py
|
2025-03-12 13:45:10 -07:00 |
|
Paul Gauthier (aider)
|
79b8e50412
|
fix: Mock InputOutput object correctly in test_architect_coder_auto_accept_true
|
2025-03-12 13:42:27 -07:00 |
|
Paul Gauthier (aider)
|
b5cd39cc50
|
fix: Add mock for confirm_ask method in test_architect_coder_auto_accept_true
|
2025-03-12 13:41:39 -07:00 |
|
Paul Gauthier (aider)
|
63c2a98f3c
|
fix: Add missing summarizer mock to ArchitectCoder tests
|
2025-03-12 13:41:10 -07:00 |
|
Paul Gauthier (aider)
|
c168f78a13
|
fix: Initialize cur_messages and done_messages in ArchitectCoder test cases
|
2025-03-12 13:40:15 -07:00 |
|
Paul Gauthier (aider)
|
42d45b4037
|
fix: Remove unused import of ANY from unittest.mock
|
2025-03-12 13:39:42 -07:00 |
|
Paul Gauthier (aider)
|
c41df63629
|
style: Reorder imports and fix whitespace in test_coder.py
|
2025-03-12 13:38:48 -07:00 |
|
Paul Gauthier (aider)
|
330bb81206
|
test: Add tests for auto_accept_architect feature in ArchitectCoder
|
2025-03-12 13:38:41 -07:00 |
|
Paul Gauthier (aider)
|
55f63395c7
|
fix: Remove unused mock variables and split long comment lines in test_commands.py
|
2025-03-11 19:25:46 -07:00 |
|
Paul Gauthier (aider)
|
4253d98a73
|
style: Remove trailing whitespaces in test_commands.py
|
2025-03-11 19:25:24 -07:00 |
|
Paul Gauthier (aider)
|
0c4af58866
|
test: Add tests for /reset preserving original read-only files
|
2025-03-11 19:25:17 -07:00 |
|
Paul Gauthier (aider)
|
0fcbea03e5
|
style: Format code and remove trailing whitespaces
|
2025-03-11 17:35:28 -07:00 |
|
Paul Gauthier (aider)
|
2ce63e6ad3
|
test: Add tests for preserving original read-only files during drop command
|
2025-03-11 17:35:21 -07:00 |
|
Paul Gauthier
|
7d902d2f3e
|
test: Update token budget parsing test cases
|
2025-03-11 12:24:42 -07:00 |
|
Paul Gauthier
|
3d05007024
|
fix: Correct token budget message formatting in test case
|
2025-03-11 12:20:47 -07:00 |
|
Paul Gauthier (aider)
|
a2bf2e2910
|
style: Format long line in test_commands.py for better readability
|
2025-03-11 12:18:18 -07:00 |
|
Paul Gauthier (aider)
|
9cf4286cee
|
fix: Update test to handle lowercase token budget input
|
2025-03-11 12:18:10 -07:00 |
|