Skip to content

Conversation

@RoryBarnes
Copy link
Contributor

Add 2 new tests for the 'rm' keyword functionality that comments out options in generated input files:

  • test_option_removal_with_rm: Single parameter removal
  • test_multiple_options_removal: Multiple parameters removed

This brings total test count to 48 (up from 46).

Coverage improvement: Tests the rm syntax code paths at lines 813-816, 956-961, 1115-1120, and 1130-1133 in vspace.py that were previously untested.

🤖 Generated with Claude Code

Add 2 new tests for the 'rm' keyword functionality that comments out
options in generated input files:
- test_option_removal_with_rm: Single parameter removal
- test_multiple_options_removal: Multiple parameters removed

This brings total test count to 48 (up from 46).

Coverage improvement: Tests the rm syntax code paths at lines 813-816,
956-961, 1115-1120, and 1130-1133 in vspace.py that were previously
untested.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@github-actions
Copy link

Test Results (py3.9 on ubuntu-22.04)

48 tests  +2   48 ✅ +2   1m 23s ⏱️ +6s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 6979e0b. ± Comparison against base commit 5ca698c.

@codecov
Copy link

codecov bot commented Dec 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.42%. Comparing base (f282957) to head (6979e0b).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   71.81%   72.42%   +0.61%     
==========================================
  Files           2        2              
  Lines         486      486              
==========================================
+ Hits          349      352       +3     
+ Misses        137      134       -3     
Flag Coverage Δ
ubuntu-22.04-py3.9 72.42% <ø> (+0.61%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RoryBarnes RoryBarnes merged commit ae75aee into main Dec 30, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants