radio-astro-tools / spectral-cube

Library for reading and analyzing astrophysical spectral data cubes
http://spectral-cube.rtfd.org
BSD 3-Clause "New" or "Revised" License
96 stars 63 forks source link

Expand setup.cfg requirements #818

Closed keflavich closed 2 years ago

keflavich commented 2 years ago

Running tests requires mock, which was left out.

all should cover tests + docs

codecov-commenter commented 2 years ago

Codecov Report

Merging #818 (94c50b9) into master (39addbe) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #818   +/-   ##
=======================================
  Coverage   77.91%   77.91%           
=======================================
  Files          24       24           
  Lines        5859     5859           
=======================================
  Hits         4565     4565           
  Misses       1294     1294           

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 39addbe...94c50b9. Read the comment docs.

astrofrog commented 2 years ago

Mock is now in the standard library so we could also just update the imports?