More tests.

This commit is contained in:
Cédric Bonhomme 2017-02-22 11:45:04 +01:00
parent c65e83b62e
commit b71c866cf2
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 60 additions and 3 deletions

View file

@ -34,8 +34,7 @@ from stegano import exifHeader
class TestEXIFHeader(unittest.TestCase):
def test_hide_empty_message(self):
"""
Test hiding the empty string.
"""Test hiding the empty string.
"""
secret = exifHeader.hide("./tests/sample-files/20160505T130442.jpg",
"./image.jpg", secret_message="")