Skip to content
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

Remove unnecessary steps in tests #66

Merged
merged 2 commits into from
Sep 9, 2020
Merged

Conversation

notZaki
Copy link
Member

@notZaki notZaki commented Sep 9, 2020

Two of the test DICOM files do not contain a preamble, i.e.128 bytes + "DCIM". This was inconvenient in the testset for dcmdir_parse() because the function expects all files to contain a preamble.

The old solution was to delete the two problematic files prior to testing dcmdir_parse(). This is no longer necessary because of PR #65 which automatically skips the problematic files.
The current PR cleans up the unnecessary steps in the tests.

@codecov
Copy link

codecov bot commented Sep 9, 2020

Codecov Report

Merging #66 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   89.75%   89.75%           
=======================================
  Files           2        2           
  Lines         371      371           
=======================================
  Hits          333      333           
  Misses         38       38           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4c0019...c3fcd51. Read the comment docs.

@notZaki notZaki merged commit e55af2e into JuliaHealth:master Sep 9, 2020
@notZaki notZaki deleted the cleantest branch September 9, 2020 16:59
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.

1 participant