Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix str representation of TNEF #97

Merged
merged 2 commits into from
Nov 28, 2020
Merged

Fix str representation of TNEF #97

merged 2 commits into from
Nov 28, 2020

Conversation

jugmac00
Copy link
Collaborator

@jugmac00 jugmac00 commented Nov 28, 2020

This fixes #94

new file: tests/test_tnef.py
modified: tnefparse/tnef.py

@codecov
Copy link

codecov bot commented Nov 28, 2020

Codecov Report

Merging #97 (7253cca) into master (076fb99) will increase coverage by 0.15%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
+ Coverage   94.89%   95.05%   +0.15%     
==========================================
  Files           7        7              
  Lines        1273     1273              
  Branches      113      113              
==========================================
+ Hits         1208     1210       +2     
+ Misses         45       43       -2     
  Partials       20       20              
Impacted Files Coverage Δ
tnefparse/tnef.py 92.75% <100.00%> (+0.68%) ⬆️

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 076fb99...7253cca. Read the comment docs.

new file:   tests/test_tnef.py
modified:   tnefparse/tnef.py
modified:   HISTORY.rst
@petri petri merged commit d29d976 into master Nov 28, 2020
@jrideout jrideout deleted the fix-str-repr-tnef branch January 22, 2021 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TNEF.__str__ is broken
2 participants