Configuration tab: group the remaining ungrouped options — v0.10.2 - #170
Merged
Conversation
The right column already used QGroupBoxes (Liveness / Recovery, Admission Gates, Resource Guard, Crash Diagnostics, Expert) but the left column was a flat list of fields separated by blank labels. Group them to match: - Test Execution: Resume Without Program Check, Processes - Test Ordering (already its own group box, unchanged) - Paths: Target Project Path, Test Results DB Directory (extracted to _build_paths_group) - Coverage: Coverage Refresh, Coverage Timeout - Display: Refresh Rate, utilization / commit-warning thresholds, tooltip, chart window, graph font size, log tab and history limits No preference semantics or widget attribute names change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0139PfdDJYuNxD7dqGaMnjDL
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #170 +/- ##
==========================================
+ Coverage 85.78% 85.80% +0.02%
==========================================
Files 74 74
Lines 6261 6270 +9
==========================================
+ Hits 5371 5380 +9
Misses 890 890 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The newer Configuration-tab options (Liveness / Recovery, Admission Gates, Resource Guard, Crash Diagnostics, Expert) live in
QGroupBoxes, but the older left-column options were a flat list separated by blank spacer labels. This groups them to match:_build_paths_group)No preference semantics or widget attribute names change. Version bumped to 0.10.2.
Test plan
pytest tests/test_configuration.py tests/test_gui_display.py tests/test_gui_widgets.py— 77 passedruff check src testsclean;ty check srcunchanged (13 pre-existing diagnostics)🤖 Generated with Claude Code
https://claude.ai/code/session_0139PfdDJYuNxD7dqGaMnjDL