aider/tests/basic
2025-03-07 16:52:51 -08:00
..
test_analytics.py test: Remove user_id check from need_to_ask test 2024-12-22 09:52:45 -05:00
test_coder.py remove useless tests 2025-02-07 08:51:20 -08:00
test_commands.py refactor: Move test_cmd_load_with_switch_coder to test file 2024-12-30 14:21:28 -04:00
test_editblock.py add test case for #2879 2025-02-05 12:53:32 -08:00
test_editor.py fix: Resolve Windows path escaping issue in test_editor.py 2025-02-24 12:09:33 -08:00
test_exceptions.py
test_find_or_blocks.py
test_history.py test: Fix mocking setup for simple_send_with_retries in tests 2025-02-04 12:17:45 -08:00
test_io.py style: Format code with linter and remove extra whitespaces 2025-03-05 18:20:56 -08:00
test_linter.py fix: lint command with nested spaced strings 2025-01-02 17:27:33 +01:00
test_main.py style: Fix linter warnings in test_main.py 2025-03-05 18:55:37 -08:00
test_model_info_manager.py refactor: Remove unused result variable in test_verify_ssl_setting_before_cache_loading 2025-03-05 18:40:03 -08:00
test_models.py test: Add unit tests for model dependency checks and sanity checks 2025-03-05 17:11:15 -08:00
test_reasoning.py fix: Update test mocking to match send_completion method signature 2025-03-07 16:52:51 -08:00
test_repo.py test: Fix assertion errors in commit message tests for mock calls 2025-02-04 12:22:09 -08:00
test_repomap.py fix ruby with ts 0.23 2025-03-06 16:26:41 -08:00
test_run_cmd.py
test_sanity_check_repo.py style: Remove unused imports from test_sanity_check_repo.py 2025-03-05 18:28:40 -08:00
test_scripting.py
test_sendchat.py refactor: Update calls to simple_send_with_retries to use model method 2025-02-04 12:04:25 -08:00
test_special.py
test_ssl_verification.py test: Mock offer_url to prevent URL opening in SSL verification tests 2025-03-05 18:44:47 -08:00
test_udiff.py
test_urls.py
test_voice.py
test_watch.py refactor: Update test_get_roots_to_watch to include .gitignore in watched roots 2025-02-06 08:50:49 -08:00
test_wholefile.py