aodn / python-aodntools

Repository for templates and code relating to generating standard NetCDF files for the Australia Ocean Data Network
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Replacing deprecated setup.py test entry point with pytest #111

Closed ghost closed 4 years ago

ghost commented 4 years ago

This brings the test entry point into line with python-aodndata.

codecov[bot] commented 4 years ago

Codecov Report

Merging #111 into master will decrease coverage by 0.52%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
- Coverage   64.54%   64.02%   -0.53%     
==========================================
  Files           7        8       +1     
  Lines         976      984       +8     
  Branches      154      154              
==========================================
  Hits          630      630              
- Misses        319      327       +8     
  Partials       27       27
Impacted Files Coverage Δ
setup.py 0% <0%> (ø)

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 f861e1f...3c587d8. Read the comment docs.

ghost commented 4 years ago

For context, I did originally have this rolled up with https://github.com/aodn/python-aodntools/pull/110, but it wasn't required in the end. It is however a useful standardisation, so I put it up separately anyway.

mhidas commented 4 years ago

:+1: Thanks @lwgordonimos