Skip to content

Commit

Permalink
marked test_zip for removal at later time
Browse files Browse the repository at this point in the history
  • Loading branch information
petri committed Nov 26, 2020
1 parent ef8539e commit 96d6805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_decoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def test_decode(tnefspec):


def test_zip():
# remove this test once tnef.to_zip(bytes) is no longer supported
with open(datadir + os.sep + 'one-file.tnef', "rb") as tfile:
zip_data = to_zip(tfile.read())
with tempfile.TemporaryFile() as out:
Expand Down

0 comments on commit 96d6805

Please sign in to comment.