Add test coverage for --recursive option#6
Conversation
- Add test_recursive_option_with_nested_directory: verifies files in subdirectories are processed - Add test_non_recursive_option_ignores_subdirectories: confirms non-recursive mode only processes top-level files - Add test_recursive_with_match_pattern: tests recursive with pattern matching - Add test_recursive_preserves_directory_structure: ensures directory structure is preserved in output Closes #5 Co-authored-by: kompre <kompre@users.noreply.github.com>
Pull Request Review: Add test coverage for --recursive optionSummaryThis PR adds comprehensive test coverage for the ✅ Strengths
🔍 Code Quality & Best PracticesTests:
|
Summary
Adds comprehensive test coverage for the
--recursiveoption added in #4.Changes
--recursiveoptionNotes
The CI workflow file needs to be added manually as described in the issue comment.
Closes #5
Generated with Claude Code