This website requires JavaScript.
Explore
Help
Sign In
seb
/
toolLooper
Watch
1
Star
0
Fork
0
You've already forked toolLooper
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b91c4bf5e7d722c172267541e19efb3cffcc7f72
toolLooper
/
tests
History
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
..
run-all.js
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
run-listfiles-tests.js
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
run-readfile-tests.js
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
run-ripgrep-tests.js
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
run-tests.js
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