briancurtin / deprecation

A library to handle automated deprecations
Apache License 2.0
88 stars 31 forks source link

Fix unit tests hiding in nose by fail_if_not_removed #31

Closed radeklat closed 6 years ago

radeklat commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@7000935). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #31   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      1           
  Lines             ?     83           
  Branches          ?     16           
=======================================
  Hits              ?     83           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
deprecation.py 100% <100%> (ø)

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 7000935...baf7fe0. Read the comment docs.

briancurtin commented 6 years ago

Thanks for the submission! I can make a release of this today.

I also created Issue #32 so we can get some testing using nose in here.

radeklat commented 6 years ago

Thanks. That would be much appreciated :)

briancurtin commented 6 years ago

@radeklat there you go: https://pypi.org/project/deprecation/2.0.5/