commit | 54a2bc0c227a92debd8b58ac7a10259db2e15a51 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Thu Sep 09 17:52:38 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Thu Sep 09 17:52:38 2010 -0400 |
tree | b08b88a7b698078762b5cc0ba9a0e393a47d17af | |
parent | 94f9abd00da0a31a8e3e567ce05126d9dd7cdc7c [diff] |
Rename test method
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py index 0b697c5..80925a6 100644 --- a/OpenSSL/test/test_ssl.py +++ b/OpenSSL/test/test_ssl.py
@@ -931,7 +931,7 @@ class ConnectionGetCipherListTests(TestCase): - def test_wrongargs(self): + def test_wrong_args(self): connection = Connection(Context(TLSv1_METHOD), None) self.assertRaises(TypeError, connection.get_cipher_list, None)