X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/5ea61d104de9ca8a7d19d63d83173eb7391081d2..4e090bc3ceacc4e3cd464d12ea97700e3acad37d:/test/test_aes.py?ds=sidebyside diff --git a/test/test_aes.py b/test/test_aes.py index 315a3f5..54078a6 100644 --- a/test/test_aes.py +++ b/test/test_aes.py @@ -51,5 +51,6 @@ class TestAES(unittest.TestCase): decrypted = (aes_decrypt_text(encrypted, password, 32)) self.assertEqual(decrypted, self.secret_msg) + if __name__ == '__main__': unittest.main()