-
-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
BUG: Remove empty tests. #5129
BUG: Remove empty tests. #5129
Conversation
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.
LGTM
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.
Thanks @zivy Well spotted 👍
Just one remark: this is not really a bug fix, in my opinion. It's a clean-up action, which is a style improvement. (When an ITK user is interested to see the latest bug fixes that may affect their code, this is not one of them.)
So I would prefer a commit message subject line line:
STYLE: Remove empty GDCM tests
(I would also add the term "GDCM", to make the subject line a bit more specific.) See also the section "Commit Messages" in https://docs.itk.org/en/latest/contributing/index.html#commit-messages
Two of the GDCM tests were empty, did not test anything and were always successful (itkGDCMSeriesMissingDicomTagTest.cxx, itkGDCMSeriesReadImageWriteTest.cxx).
9226ff0
to
5c40f31
Compare
@N-Dekker Just changed the commit message subject line and force pushed. Surprisingly the PR subject line on GitHub remains the same after this change. |
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.
There is a difference between PR name, PR description, and commit message(s). PR name/description is taken from the first commit when it is opened, and does not get updated with additional (force) pushes.
Two of the GDCM tests were empty, did not test anything and were always successful (itkGDCMSeriesMissingDicomTagTest.cxx, itkGDCMSeriesReadImageWriteTest.cxx).