X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_aes.py;h=54078a66d61ad49a05600e9efca48472194f0fa5;hb=582be3584761030bfbee13b0c6ea9e6ce2c8a790;hp=315a3f5ae6a597662d05f56e97672b4ff93aff10;hpb=c23d5ce9260caef2c499efe69e1ffed3f14b979d;p=youtube-dl diff --git a/test/test_aes.py b/test/test_aes.py index 315a3f5ae..54078a66d 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()