Andrew Phillips
|
fde369c5d9
|
fix: resolve import paths in test files and remove deprecated tests.rs
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-14 12:00:50 -03:00 |
|
Andrew Phillips
|
9142cdde2d
|
refactor: split compression tests into separate module files as planned
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-14 11:57:56 -03:00 |
|
Andrew Phillips
|
0eafdd0985
|
fix: resolve compression_engine import paths in tests
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-14 11:46:03 -03:00 |
|
Andrew Phillips
|
87a1628bbe
|
fix: resolve import paths in tests and remove unused import
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-14 11:45:34 -03:00 |
|
Andrew Phillips
|
1a9a21e321
|
test: refactor and expand compression engine tests with better organization and coverage
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-14 11:41:05 -03:00 |
|
Andrew Phillips
|
81005ec8f4
|
test: add compression engine tests and refactor test structure
|
2025-08-14 11:40:59 -03:00 |
|
Andrew Phillips
|
46a1e8621f
|
fix: resolve test failures in save_item, get_item, and info_item tests
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 15:42:06 -03:00 |
|
Andrew Phillips
|
983c9f20fa
|
fix: remove unused imports and fix test stdin handling
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 15:39:54 -03:00 |
|
Andrew Phillips
|
3008f3fec0
|
fix: resolve compilation errors and warnings in keep crate
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 15:37:43 -03:00 |
|
Andrew Phillips
|
8814d02264
|
test: update tests to use keep binary directly instead of cargo run
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 15:01:44 -03:00 |
|
Andrew Phillips
|
e51a902660
|
refactor: integrate digest functionality into meta plugins and remove digest_engine module
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-28 17:31:23 -03:00 |
|
Andrew Phillips
|
bbdfe19836
|
feat: add compression and digest support with database schema updates
|
2025-05-14 09:45:51 -03:00 |
|
Andrew Phillips (aider)
|
9b61a37036
|
refactor: Rename env variable to keep_cmd in tests
|
2025-05-14 09:45:04 -03:00 |
|
Andrew Phillips
|
f089c8002d
|
refactor: rename env variable to keep_cmd for clarity
|
2025-05-14 09:44:51 -03:00 |
|
Andrew Phillips
|
412f5d74d0
|
test: add command and status to assertion messages
|
2025-05-14 09:34:52 -03:00 |
|
Andrew Phillips
|
9ba3a31e95
|
fix: remove duplicate digest argument and adjust imports
|
2025-05-12 22:11:56 -03:00 |
|
Andrew Phillips (aider)
|
b1bfa7110b
|
feat: Add --digest CLI option to select digest type
|
2025-05-12 19:10:12 -03:00 |
|
Andrew Phillips
|
9c8bc542c5
|
refactor: format assert macros for better readability
|
2025-05-12 16:44:43 -03:00 |
|
Andrew Phillips
|
abef0bc96e
|
style: add newline to separate test cases
|
2025-05-12 16:40:23 -03:00 |
|
Andrew Phillips
|
20f455884c
|
test: add test for unknown compression handling and fix whitespace
|
2025-05-12 16:40:04 -03:00 |
|
Andrew Phillips (aider)
|
ec3716e4b9
|
style: convert multi-line asserts to single-line format
|
2025-05-12 16:24:05 -03:00 |
|
Andrew Phillips (aider)
|
51cac5ad3a
|
style: format assert!() macros to single line
|
2025-05-12 16:23:33 -03:00 |
|
Andrew Phillips (aider)
|
26198933c5
|
test: add command logging to track test execution
|
2025-05-12 16:19:09 -03:00 |
|
Andrew Phillips
|
6d365f7eed
|
test: add output validation for compression formats
|
2025-05-12 16:19:00 -03:00 |
|
Andrew Phillips (aider)
|
c46e78b067
|
test: Improve error messages in test_compression
|
2025-05-12 16:05:02 -03:00 |
|
Andrew Phillips (aider)
|
e72ef13c60
|
test: improve error messages with command and status
|
2025-05-12 16:02:26 -03:00 |
|
Andrew Phillips (aider)
|
978a226b78
|
test: add compression tests for none, lz4, gzip, bzip2
|
2025-05-12 15:58:13 -03:00 |
|
Andrew Phillips (aider)
|
d8ce6f98c6
|
refactor: Update create_test_items to use global INPUT_A and INPUT_B constants
|
2025-05-12 15:54:58 -03:00 |
|
Andrew Phillips (aider)
|
ca15cc4e65
|
refactor: convert input_a and input_b to global constants
|
2025-05-12 15:53:15 -03:00 |
|
Andrew Phillips (aider)
|
aace16b70d
|
refactor: use input_a and input_b in test assertions
|
2025-05-12 15:50:14 -03:00 |
|
Andrew Phillips (aider)
|
b95c7367e7
|
test: add detailed error messages to assert statements
|
2025-05-12 15:40:25 -03:00 |
|
Andrew Phillips
|
310d8afe95
|
test: enable verbose mode in tests and update assertions
|
2025-05-12 15:40:16 -03:00 |
|
Andrew Phillips (aider)
|
bfa471cd84
|
test: Add error messages to String.contains() asserts in tests
|
2025-05-12 13:38:09 -03:00 |
|
Andrew Phillips (aider)
|
098473f5d1
|
test: Add test for diff command functionality
|
2025-05-12 13:35:53 -03:00 |
|
Andrew Phillips (aider)
|
c00e777762
|
refactor: reorder code in create_test_items function
|
2025-05-12 13:34:22 -03:00 |
|
Andrew Phillips (aider)
|
dedbf95f3e
|
fix: resolve variable scope and function argument issues in tests
|
2025-05-12 13:33:50 -03:00 |
|
Andrew Phillips (aider)
|
e5b36779db
|
refactor: remove function arg from create_test_items and move logic to tests
|
2025-05-12 13:31:44 -03:00 |
|
Andrew Phillips
|
c34d7ccf4d
|
refactor: remove closure from create_test_items in test_save_item
|
2025-05-12 13:31:34 -03:00 |
|
Andrew Phillips (aider)
|
7490be8e42
|
refactor: suppress unused variable warning by renaming parameter to _f
|
2025-05-12 13:23:04 -03:00 |
|
Andrew Phillips (aider)
|
2a7539e558
|
refactor: simplify test_list_items using create_test_items helper
|
2025-05-12 13:21:56 -03:00 |
|
Andrew Phillips (aider)
|
9407408179
|
refactor: use create_test_items for test environment setup
|
2025-05-12 13:19:46 -03:00 |
|
Andrew Phillips (aider)
|
2ef54a8efa
|
fix: assertion messages show command instead of input
|
2025-05-12 13:17:01 -03:00 |
|
Andrew Phillips (aider)
|
159959173c
|
test: use env to run commands and add 'tag' as tag
|
2025-05-12 13:14:26 -03:00 |
|
Andrew Phillips (aider)
|
d72a71d325
|
test: add create_test_items helper for common test environment setup
|
2025-05-12 13:11:25 -03:00 |
|
Andrew Phillips
|
d9072d22d5
|
refactor: improve test structure and reliability
|
2025-05-12 13:07:33 -03:00 |
|
Andrew Phillips (aider)
|
eaf341cdfb
|
refactor: reorder tests to ensure save precedes get and delete
|
2025-05-12 12:13:50 -03:00 |
|
Andrew Phillips (aider)
|
09b1a16125
|
fix: replace .expect() with output status check
|
2025-05-12 12:08:30 -03:00 |
|
Andrew Phillips (aider)
|
64c92651b3
|
fix: replace expect with output status check in tests
|
2025-05-12 12:07:43 -03:00 |
|
Andrew Phillips (aider)
|
b5de04c877
|
refactor: replace run_keep with run_sh for sh -c command execution
|
2025-05-12 12:06:44 -03:00 |
|
Andrew Phillips
|
543468bf0e
|
refactor: adjust tests for unused variables and simplified command args
|
2025-05-12 12:06:35 -03:00 |
|