🧪 Add error handling tests for CLI commands#49
Conversation
- Add tests for unreadable config files in `generate` and `validate` commands. - Add test for config validation errors in `split` command. - Add `pytest-cov` to dev dependencies. - Update `.gitignore` to ignore `.coverage` files. - Achieve 100% test coverage for `src/mapcv/cli.py`. Co-authored-by: tahamukhtar20 <91777330+tahamukhtar20@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
🎯 What: This PR addresses a testing gap in
src/mapcv/cli.pywhere error handling for configuration file reading and validation was not tested.📊 Coverage:
generatecommand: missing file, invalid config content, and unreadable file (simulated via mock).validatecommand: unreadable file and display of split info.splitcommand: invalid configuration parameters.src/mapcv/cli.py.✨ Result: Improved robustness of the CLI by ensuring that error conditions are properly handled and reported to the user. Added
pytest-covto the development environment for easier coverage tracking.PR created automatically by Jules for task 9828209682110148034 started by @tahamukhtar20