koodaamo / tnefparse

a TNEF decoding library written in python, without external dependencies
GNU Lesser General Public License v3.0
49 stars 37 forks source link

Fix for deprecation warning #98 #99

Closed 1nF0rmed closed 3 years ago

1nF0rmed commented 3 years ago

I've updated the test test_zip in test_decoding.py to create TNEF object to avoid the deprecation warning.

codecov[bot] commented 3 years ago

Codecov Report

Merging #99 (6a25e3e) into master (2be9dfa) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #99   +/-   ##
=======================================
  Coverage   95.33%   95.33%           
=======================================
  Files           7        7           
  Lines        1285     1285           
  Branches      116      116           
=======================================
  Hits         1225     1225           
  Misses         41       41           
  Partials       19       19           

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 2be9dfa...6a25e3e. Read the comment docs.

jugmac00 commented 3 years ago

As a quick tip:

When you add closes #98 or fixes #98 either in your commit message or the pull request comment, the issue gets automatically closed when the pull request gets accepted.

also see https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue