spacetelescope / cubeviz

Data analysis package for cubes. https://cubeviz.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
15 stars 25 forks source link

Test image viewer unit display #562

Closed drdavella closed 5 years ago

drdavella commented 5 years ago

This resolves #512.

It is admittedly a somewhat indirect way to test these values. However, it is impracticable to emulate mouseover events in automated testing, and so this serves as a good proxy for determining the units that will be displayed.

codecov[bot] commented 5 years ago

Codecov Report

Merging #562 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #562      +/-   ##
==========================================
+ Coverage   68.19%   68.22%   +0.03%     
==========================================
  Files          26       26              
  Lines        4267     4268       +1     
==========================================
+ Hits         2910     2912       +2     
+ Misses       1357     1356       -1
Impacted Files Coverage Δ
cubeviz/image_viewer.py 75.22% <ø> (+0.13%) :arrow_up:
cubeviz/controls/wavelengths.py 96.92% <100%> (+0.09%) :arrow_up:

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 5e9786e...13bbddf. Read the comment docs.