mhe / pynrrd

Simple pure-python module for reading and writing nrrd files.
https://pynrrd.readthedocs.io/
MIT License
116 stars 51 forks source link

Remove tests from setuptools #94

Closed addisonElliott closed 5 years ago

addisonElliott commented 5 years ago

Remove tests from packaged distributions. Most users won't need to run the tests when they install pynrrd, so it is unnecessary files to pass along. In addition, the data was missing in order for the tests to run successfully.

Fixes #84

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   99.46%   99.46%           
=======================================
  Files           6        6           
  Lines         374      374           
  Branches      119      119           
=======================================
  Hits          372      372           
  Misses          1        1           
  Partials        1        1

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 3708341...e0298e2. Read the comment docs.