Paul Gauthier (aider)
|
a5c8c534c1
|
fix: Remove unnecessary f-string prefix in test case
|
2025-03-22 13:26:19 -07:00 |
|
Paul Gauthier (aider)
|
24159dda58
|
style: Format test_coder.py for readability
|
2025-03-22 13:26:03 -07:00 |
|
Paul Gauthier (aider)
|
ad0a2b3260
|
test: Add test cases for bold format file mentions
|
2025-03-22 13:25:58 -07:00 |
|
Paul Gauthier (aider)
|
7e51c68fde
|
style: Format code according to linter rules
|
2025-03-22 13:23:52 -07:00 |
|
Paul Gauthier (aider)
|
3b376a15b7
|
test: Add comprehensive test for get_file_mentions with various formats
|
2025-03-22 13:23:46 -07:00 |
|
Paul Gauthier
|
e75e2272f7
|
initial
|
2025-03-22 08:09:26 -07:00 |
|
paul-gauthier
|
44f87c2c17
|
Merge pull request #3553 from lentil32/main
fix: Redundant warning when `AWS_PROFILE` set for Bedrock
|
2025-03-21 11:16:27 -07:00 |
|
Carles Sala (aider)
|
072ecba4c5
|
feat: Add commands to switch main, editor, and weak models
|
2025-03-21 11:09:33 -07:00 |
|
Paul Gauthier (aider)
|
3ad5d75bee
|
refactor: Remove unused variable in test_main.py
|
2025-03-21 11:05:35 -07:00 |
|
Paul Gauthier (aider)
|
8679c425e0
|
style: Remove trailing whitespace in test_main.py
|
2025-03-21 11:04:58 -07:00 |
|
Paul Gauthier (aider)
|
1ec257278e
|
refactor: Move resolve_aiderignore_path to top level and add tests
|
2025-03-21 11:04:51 -07:00 |
|
Paul Gauthier (aider)
|
3dc5a48fcc
|
fix: Handle newline in git commit message assertion
|
2025-03-20 15:23:41 -07:00 |
|
Paul Gauthier (aider)
|
bff077f855
|
style: Remove trailing whitespace in test_repo.py
|
2025-03-20 15:23:20 -07:00 |
|
Paul Gauthier (aider)
|
6022b09437
|
fix: Move pre-commit hook creation after initial commit in test
|
2025-03-20 15:23:15 -07:00 |
|
Paul Gauthier (aider)
|
62b52a78fe
|
style: Remove trailing whitespace in test_repo.py
|
2025-03-20 15:22:07 -07:00 |
|
Paul Gauthier (aider)
|
e33dc9355d
|
test: Add test for --git-commit-verify option
|
2025-03-20 15:22:03 -07:00 |
|
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 |
|
lentil32 (aider)
|
679c634459
|
test: Add tests for AWS credential handling with AWS_PROFILE
|
2025-03-16 16:09:32 +09: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 |
|