sebseb7
|
b91c4bf5e7
|
Enhance test coverage by adding new cases for file listing, reading, and ripgrep functionalities. Implement tests for hidden files, depth handling, and path normalization in list_files tests. Expand read_file tests to cover line skipping and reading from empty files. Improve ripgrep tests with various pattern matching scenarios, including regex handling and file pattern exclusions.
|
2025-08-11 23:07:59 +02:00 |
|
sebseb7
|
15d8e96b49
|
Enhance testing framework by introducing a unified test runner in run-all.js, allowing for streamlined execution of multiple test scripts. Update package.json to include new test commands for individual test scripts and the consolidated runner. Add comprehensive test cases for list_files, read_file, and ripgrep functionalities, improving overall test coverage and error handling.
|
2025-08-11 23:05:14 +02:00 |
|
sebseb7
|
b26d0d3f7e
|
Update test script in package.json and enhance patch_files.js with chroot support and improved path handling for file operations.
|
2025-08-11 17:27:46 +02:00 |
|