-
-
Notifications
You must be signed in to change notification settings - Fork 680
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
ENH: Increase coverage for itk::FancyString
#4280
Merged
dzenanz
merged 3 commits into
InsightSoftwareConsortium:master
from
jhlegarreta:IncreaseFancyStringCoverage
Nov 9, 2023
Merged
ENH: Increase coverage for itk::FancyString
#4280
dzenanz
merged 3 commits into
InsightSoftwareConsortium:master
from
jhlegarreta:IncreaseFancyStringCoverage
Nov 9, 2023
Conversation
This file contains 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
github-actions
bot
added
type:Infrastructure
Infrastructure/ecosystem related changes, such as CMake or buildbots
type:Enhancement
Improvement of existing methods or implementation
type:Testing
Ensure that the purpose of a class is met/the results on a wide set of test cases are correct
area:IO
Issues affecting the IO module
type:Coverage
Code coverage impacts
labels
Nov 4, 2023
jhlegarreta
force-pushed
the
IncreaseFancyStringCoverage
branch
3 times, most recently
from
November 6, 2023 01:30
7c83fef
to
42799ac
Compare
There are no segfaults in the latest builds. |
dzenanz
reviewed
Nov 6, 2023
jhlegarreta
force-pushed
the
IncreaseFancyStringCoverage
branch
from
November 6, 2023 19:36
42799ac
to
12aaf8f
Compare
jhlegarreta
changed the title
ENH: Increase coverage for
ENH: Increase coverage for Nov 6, 2023
itk::FrancyString
itk::FancyString
dzenanz
approved these changes
Nov 6, 2023
Rebase to resolve conflicts. |
Rename test to honor the tested class.
Increase coverage for `itk::FancyString`: exercise the equality operators.
Use testing macros in `itkFancyStringTest.cxx`: - Use the `ITK_TRY_EXPECT_EXCEPTION` macro in lieu of `try/catch` blocks to check for expected exceptions for the sake of readability and compactness, and to save typing/avoid boilerplate code.
jhlegarreta
force-pushed
the
IncreaseFancyStringCoverage
branch
from
November 8, 2023 23:19
12aaf8f
to
df79d64
Compare
thewtex
approved these changes
Nov 9, 2023
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.
💯
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:IO
Issues affecting the IO module
type:Coverage
Code coverage impacts
type:Enhancement
Improvement of existing methods or implementation
type:Infrastructure
Infrastructure/ecosystem related changes, such as CMake or buildbots
type:Testing
Ensure that the purpose of a class is met/the results on a wide set of test cases are correct
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.
itk::FancyString
itkFancyStringTest.cxx
PR Checklist