Paul Gauthier (aider)
|
6acbd80cee
|
style: Format test data with consistent indentation
|
2025-03-25 13:34:34 -10:00 |
|
Paul Gauthier (aider)
|
2331224157
|
fix: include local model metadata in fuzzy matching and update tests
|
2025-03-25 13:34:25 -10:00 |
|
Paul Gauthier (aider)
|
5d2aea434c
|
style: Fix line length in test comment
|
2025-03-25 13:30:40 -10:00 |
|
Paul Gauthier (aider)
|
798f6983e4
|
style: Fix whitespace and formatting in test file
|
2025-03-25 13:30:19 -10:00 |
|
Paul Gauthier (aider)
|
a428fdc951
|
test: add tests for model listing with metadata sources
|
2025-03-25 13:30:10 -10: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
|
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)
|
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)
|
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)
|
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
|
2bb4db127c
|
fix: Normalize path separators for git config include path on Windows
|
2025-03-05 15:51:45 -08:00 |
|
Paul Gauthier (aider)
|
dd1a5d4f58
|
fix: Improve git config include path handling for Windows tests
|
2025-03-05 15:50:06 -08:00 |
|
Paul Gauthier (aider)
|
961fdf7029
|
fix: Normalize git config include path for cross-platform compatibility
|
2025-03-05 15:37:30 -08:00 |
|
Paul Gauthier (aider)
|
d7efbad3df
|
fix: Update git config include directive assertion in test
|
2025-03-05 15:20:30 -08:00 |
|
Paul Gauthier (aider)
|
d70995bb1a
|
fix: Remove unused variable and fix f-string in test_git_config_include_directive
|
2025-03-05 15:19:42 -08:00 |
|
Paul Gauthier (aider)
|
1b58e95dce
|
style: Fix linting issues in test_main.py
|
2025-03-05 15:19:23 -08:00 |
|
Paul Gauthier (aider)
|
780f70d5c6
|
test: Enhance git config include tests with manual config file verification
|
2025-03-05 15:19:18 -08:00 |
|
Paul Gauthier (aider)
|
a01e1f96fa
|
refactor: Remove unused original_config variable in git config setup
|
2025-03-05 15:17:35 -08:00 |
|
Paul Gauthier (aider)
|
3adb443ca5
|
style: Fix linting issues in test_main.py
|
2025-03-05 15:16:49 -08:00 |
|
Paul Gauthier (aider)
|
dc9ff3a004
|
feat: Add test for git config include directive in repository config
|
2025-03-05 15:16:43 -08:00 |
|
Paul Gauthier (aider)
|
f879f4f432
|
style: Fix linting issues in test_main.py
|
2025-03-05 15:15:15 -08:00 |
|
Paul Gauthier (aider)
|
183f831a7e
|
test: Add test for git config include to verify aider respects user settings
|
2025-03-05 15:15:09 -08:00 |
|
Paul Gauthier
|
5755aa3eb8
|
feat: Improve model metadata handling and startup performance
|
2025-02-04 16:34:07 -08:00 |
|
Paul Gauthier (aider)
|
f76d14f613
|
chore: Run linter on test_main.py for code quality improvements
|
2025-02-04 16:30:06 -08:00 |
|
Paul Gauthier (aider)
|
0c3470bab2
|
feat: Update test_model_metadata_file to reset local model metadata
|
2025-02-04 16:30:01 -08:00 |
|
Paul Gauthier
|
315ad06ecc
|
docs: Add comment to reset model_info_manager in test_model_metadata_file
|
2025-02-04 16:29:52 -08:00 |
|
Paul Gauthier (aider)
|
ee9d0c4a99
|
style: Format code with linter and improve readability
|
2025-01-31 13:13:10 -08:00 |
|
Paul Gauthier (aider)
|
476a0ad6ad
|
test: Add test for --reasoning-effort CLI option
|
2025-01-31 13:13:05 -08:00 |
|
Paul Gauthier (aider)
|
c8b9e2ff37
|
fix: Update model name assertion tests to use partial matching
|
2025-01-31 09:02:00 -08:00 |
|
Paul Gauthier (aider)
|
34a6902986
|
style: Format test code with consistent line breaks and indentation
|
2025-01-31 09:01:14 -08:00 |
|
Paul Gauthier (aider)
|
0c47b0eb53
|
test: Add tests for default model selection and API key precedence
|
2025-01-31 09:01:09 -08:00 |
|
Paul Gauthier (aider)
|
350df7ca55
|
fix: Test check_gitignore with and without .env file
|
2024-12-22 09:51:20 -05:00 |
|
Paul Gauthier (aider)
|
7ddcc30e8d
|
style: format test_main.py line breaks
|
2024-12-07 08:23:58 -08:00 |
|
Paul Gauthier (aider)
|
13ff038e58
|
feat: add --api-key flag to set provider API keys as env vars
|
2024-12-07 08:23:50 -08:00 |
|
Paul Gauthier (aider)
|
ba14ab96da
|
refactor: update env format test to check return value instead of SystemExit
|
2024-12-07 08:09:56 -08:00 |
|
Paul Gauthier (aider)
|
af3d8dd6a7
|
style: format test_main.py with black
|
2024-12-07 08:08:40 -08:00 |
|