pytroll / pygac

A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data
https://pygac.readthedocs.org/
GNU General Public License v3.0
20 stars 25 forks source link

Remove unittest suite definitions #100

Closed sfinkens closed 2 years ago

sfinkens commented 2 years ago

Pytest automatically discovers tests now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #100 (147fe8d) into main (6097305) will increase coverage by 1.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
+ Coverage   69.10%   70.26%   +1.16%     
==========================================
  Files          34       33       -1     
  Lines        2887     2795      -92     
==========================================
- Hits         1995     1964      -31     
+ Misses        892      831      -61     
Impacted Files Coverage Δ
pygac/tests/test_angles.py 100.00% <ø> (+21.73%) :arrow_up:
pygac/tests/test_calibrate_klm.py 100.00% <ø> (+10.00%) :arrow_up:
pygac/tests/test_calibrate_pod.py 100.00% <ø> (+10.00%) :arrow_up:
pygac/tests/test_calibration_coefficients.py 98.33% <ø> (+7.28%) :arrow_up:
pygac/tests/test_io.py 100.00% <ø> (+4.76%) :arrow_up:
pygac/tests/test_klm.py 95.23% <ø> (+1.39%) :arrow_up:
pygac/tests/test_pod.py 98.02% <ø> (+3.05%) :arrow_up:
pygac/tests/test_reader.py 99.66% <ø> (+1.62%) :arrow_up:
pygac/tests/test_slerp.py 100.00% <ø> (+7.93%) :arrow_up:
pygac/tests/test_tsm.py 100.00% <ø> (+13.88%) :arrow_up:
... and 2 more

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 6097305...147fe8d. Read the comment docs.