mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
More tests.
This commit is contained in:
parent
c65e83b62e
commit
b71c866cf2
3 changed files with 60 additions and 3 deletions
|
@ -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="")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue