-
Notifications
You must be signed in to change notification settings - Fork 101
test: add missing coverage for GUI components #342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
sudip-mondal-2002
merged 23 commits into
sudip-mondal-2002:main
from
Arbaaz123676:add-component-test-coverage-v2
Jun 10, 2026
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
eee994f
test: add missing coverage for GUI components
Arbaaz123676 f91be20
test: improve GUI component coverage
Arbaaz123676 5776d80
test: improve component coverage
Arbaaz123676 fd9103c
Tests
Arbaaz123676 106f57f
Merge branch 'main' into add-component-test-coverage-v2
sudip-mondal-2002 2119bc4
tests
Arbaaz123676 cc8e0cf
test: add missing coverage for GUI components
Arbaaz123676 0191967
test: improve GUI component coverage
Arbaaz123676 0214762
test: improve component coverage
Arbaaz123676 7ea30c2
Tests
Arbaaz123676 58dc009
tests
Arbaaz123676 cdc9f23
Merge origin/main into add-component-test-coverage-v2
sudip-mondal-2002 446aca8
Fix build and test failures, resolve compilation issues under new ImG…
sudip-mondal-2002 7f9966a
style: apply pre-commit hooks and formatting checks
sudip-mondal-2002 945a4c6
Merge branch 'temp-rebase' into add-component-test-coverage-v2
Arbaaz123676 22020d5
test: improve GUI component coverage
Arbaaz123676 73ca711
test: resolve merge conflicts and fix ImGui deactivation mock
Arbaaz123676 7ae4226
test: resolve merge conflicts in command history tests and fix format…
Arbaaz123676 3e0078e
Merge remote changes into add-component-test-coverage-v2 and resolve …
Arbaaz123676 209e81a
fix: resolve Windows file dialog build issue
Arbaaz123676 5958712
fix: clang formatting
Arbaaz123676 f680f16
Merge branch 'main' into add-component-test-coverage-v2
sudip-mondal-2002 f1e756a
test: add unit tests for headless file dialog mocks and stubs
sudip-mondal-2002 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename new test cases to snake_case to match repository C++ naming rules.
The newly added test case identifiers use PascalCase; in this codebase, function/method names are expected to be lowercase snake_case.
Proposed rename diff
As per coding guidelines, "Functions and Methods should use lowercase snake_case (e.g., push_param_change(), remove_mapping())".
Also applies to: 878-878, 887-887, 930-930
🤖 Prompt for AI Agents