summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Carroll <jim@caroll.com>2016-07-28 15:28:31 -0400
committerMatěj Cepl <mcepl@cepl.eu>2017-09-19 16:16:21 +0200
commit81901b67c11ce8c7ef1f49e8e8e12a6f1dbc6303 (patch)
tree65d6f4b1c0b2afccb26e3a19ecae2a13557dbaa7 /tests
parent9e4cdb29e9b328509cf04991401726b936d55beb (diff)
downloadm2crypto-81901b67c11ce8c7ef1f49e8e8e12a6f1dbc6303.tar.gz
Corrected inheritance of unittest
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ssl_win.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ssl_win.py b/tests/test_ssl_win.py
index 23093fd..23aa0db 100644
--- a/tests/test_ssl_win.py
+++ b/tests/test_ssl_win.py
@@ -39,7 +39,7 @@ if win32process:
srv_host = 'localhost'
srv_port = 64000
- class SSLWinClientTestCase(test_ssl.SSLClientTestCase):
+ class SSLWinClientTestCase(test_ssl.BaseSSLClientTestCase):
startupinfo = win32process.STARTUPINFO()
openssl = find_openssl()