Paul Gauthier
|
97051b9d40
|
refactor: Replace GitTemporaryDirectory with ChdirTemporaryDirectory
|
2024-11-05 11:54:27 -08:00 |
|
Paul Gauthier
|
90730845de
|
style: fix indentation in test_editblock.py
|
2024-11-05 11:43:04 -08:00 |
|
Paul Gauthier (aider)
|
f7c0c433c3
|
refactor: add mock for sendchat.simple_send_with_retries in test
|
2024-11-05 11:42:31 -08:00 |
|
Paul Gauthier
|
538752d0cf
|
test: add mock for sendchat.simple_send_with_retries in editblock test
|
2024-11-05 11:42:30 -08:00 |
|
Paul Gauthier
|
c71a92ac84
|
fix: handle empty original content when creating new files
|
2024-11-05 09:14:01 -08:00 |
|
Paul Gauthier (aider)
|
d1b25b9a72
|
fix: remove duplicate test_cmd_read_only_with_image_file method
|
2024-10-31 15:00:21 -07:00 |
|
Paul Gauthier (aider)
|
a459f0e130
|
test: add test for read-only command with image files
|
2024-10-31 14:59:46 -07:00 |
|
Paul Gauthier (aider)
|
66b6788990
|
test: add test for image file handling in read command
|
2024-10-31 14:59:22 -07:00 |
|
Paul Gauthier
|
d959e1c60d
|
test: fix analytics disable test assertion for better clarity
|
2024-10-31 13:31:43 -07:00 |
|
Paul Gauthier (aider)
|
8d2f66fe34
|
test: add temp_data_dir fixture to all analytics tests
|
2024-10-31 13:28:31 -07:00 |
|
Paul Gauthier (aider)
|
66dc8dbccd
|
style: remove unused MagicMock import
|
2024-10-31 13:22:59 -07:00 |
|
Paul Gauthier (aider)
|
b228bcab8c
|
style: Fix linting issues in test_analytics.py
|
2024-10-31 13:22:50 -07:00 |
|
Paul Gauthier (aider)
|
ccbf1482c1
|
test: add comprehensive test suite for Analytics class
|
2024-10-31 13:22:47 -07:00 |
|
Paul Gauthier
|
f9a0946472
|
test: add basic analytics test suite
|
2024-10-31 13:22:45 -07:00 |
|
Paul Gauthier (aider)
|
a565a63436
|
style: Fix import formatting in test_models.py
|
2024-10-30 13:21:47 -07:00 |
|
Paul Gauthier (aider)
|
a045bda171
|
refactor: update test to use ModelInfoManager instead of get_model_info
|
2024-10-30 13:21:43 -07:00 |
|
Paul Gauthier (aider)
|
d81c421bfe
|
test: mock webbrowser.open in test setup
|
2024-10-30 12:04:43 -07:00 |
|
Paul Gauthier (aider)
|
bce586f510
|
fix: remove unused webbrowser import in test file
|
2024-10-30 12:00:12 -07:00 |
|
Paul Gauthier (aider)
|
a70b364842
|
style: fix import order and quote style in test file
|
2024-10-30 11:59:52 -07:00 |
|
Paul Gauthier (aider)
|
920e8da57c
|
test: mock webbrowser.open in git index version test
|
2024-10-30 11:59:48 -07:00 |
|
Paul Gauthier (aider)
|
71a8b286dc
|
style: fix linting issues in test_sanity_check_repo.py
|
2024-10-30 11:59:25 -07:00 |
|
Paul Gauthier (aider)
|
ee4decc50b
|
fix: add missing urls import in test_sanity_check_repo.py
|
2024-10-30 11:59:21 -07:00 |
|
Paul Gauthier (aider)
|
63330aa833
|
style: fix line wrapping in test file
|
2024-10-30 11:59:08 -07:00 |
|
Paul Gauthier (aider)
|
15a0eb976f
|
test: update git index version test to check confirm_ask call
|
2024-10-30 11:59:04 -07:00 |
|
Paul Gauthier
|
ea3359fb4b
|
test: adjust warning count assertion in model test
|
2024-10-30 06:33:31 -07:00 |
|
Paul Gauthier (aider)
|
55a2ba4bd6
|
style: Fix comment formatting in test_models.py
|
2024-10-30 06:32:22 -07:00 |
|
Paul Gauthier (aider)
|
20ca9c84c7
|
test: add warning message debug print in model test
|
2024-10-30 06:32:18 -07:00 |
|
Paul Gauthier
|
0d86124b15
|
test: add comment about tool warning args inspection
|
2024-10-30 06:32:17 -07:00 |
|
Paul Gauthier (aider)
|
3ccae4eff7
|
style: fix line length in test_commands.py
|
2024-10-29 14:19:53 -07:00 |
|
Paul Gauthier (aider)
|
3ad240a10e
|
fix: normalize path separators in save/load tests for Windows compatibility
|
2024-10-29 14:19:47 -07:00 |
|
Paul Gauthier (aider)
|
eb9a73bdb0
|
fix: strip whitespace from file paths before resolving in test commands
|
2024-10-29 14:04:19 -07:00 |
|
Paul Gauthier (aider)
|
d75e75190d
|
style: Fix regex string formatting in test commands
|
2024-10-29 14:03:46 -07:00 |
|
Paul Gauthier (aider)
|
94a49e601c
|
refactor: use regex to normalize /add command spaces in tests
|
2024-10-29 14:03:40 -07:00 |
|
Paul Gauthier (aider)
|
3df3d86295
|
style: fix linting issues in test_commands.py
|
2024-10-29 14:02:43 -07:00 |
|
Paul Gauthier (aider)
|
63f8979f2b
|
fix: normalize whitespace in command text assertions
|
2024-10-29 14:02:37 -07:00 |
|
Paul Gauthier
|
ad94e49ef5
|
test: fix failing test cases for save and load commands
|
2024-10-29 14:02:35 -07:00 |
|
Paul Gauthier (aider)
|
347ad34038
|
fix: update file path comparison in commands test to handle macOS prefix
|
2024-10-29 13:48:16 -07:00 |
|
Paul Gauthier (aider)
|
ccdd333ba3
|
fix: update test to use os.path.samefile for path comparison
|
2024-10-29 13:45:03 -07:00 |
|
Paul Gauthier (aider)
|
56f3220d4c
|
fix: handle macOS /private/ prefix in file path tests
|
2024-10-29 13:21:31 -07:00 |
|
Paul Gauthier (aider)
|
26a85c2047
|
style: fix line length in test_commands.py
|
2024-10-29 13:20:49 -07:00 |
|
Paul Gauthier (aider)
|
f800ce1e5a
|
test: use os.path.samefile for file path comparison in save/load test
|
2024-10-29 13:20:44 -07:00 |
|
Paul Gauthier
|
d4103cc271
|
chore: Remove unused comment in test file
|
2024-10-29 13:20:42 -07:00 |
|
Paul Gauthier (aider)
|
c3ba3b6f48
|
style: fix whitespace and comment formatting in test_commands.py
|
2024-10-29 13:19:15 -07:00 |
|
Paul Gauthier (aider)
|
be54df4084
|
refactor: improve path comparison in command tests using os.path.samefile
|
2024-10-29 13:19:09 -07:00 |
|
Paul Gauthier
|
d06c6f8557
|
style: improve clarity of comment in test_commands.py
|
2024-10-29 13:18:53 -07:00 |
|
Paul Gauthier
|
a876561ea0
|
test: add comment about parsing text in session file test
|
2024-10-29 13:17:50 -07:00 |
|
Paul Gauthier (aider)
|
460311d49e
|
style: fix line continuation formatting in test file
|
2024-10-29 13:11:50 -07:00 |
|
Paul Gauthier (aider)
|
94396070e8
|
test: add test for saving and loading multiple external files
|
2024-10-29 13:11:44 -07:00 |
|
Paul Gauthier (aider)
|
4a3cb8dc95
|
fix: use platform-agnostic paths in test_commands.py
|
2024-10-29 13:11:00 -07:00 |
|
Paul Gauthier
|
f9005451fa
|
test: add comment about Windows path separator issue in test_commands.py
|
2024-10-29 13:10:58 -07:00 |
|