aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-02-07 18:26:42 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-02-07 18:26:42 +0100
commit33b10da57c1fea12d293fab7241597673ed52b30 (patch)
tree876d68b4e179b110efc5cf764e239f8ffe33fe61 /test
parent735e4400c4c88c142eeee8b17d798fb688c4280a (diff)
downloadmitmproxy-33b10da57c1fea12d293fab7241597673ed52b30.tar.gz
mitmproxy-33b10da57c1fea12d293fab7241597673ed52b30.tar.bz2
mitmproxy-33b10da57c1fea12d293fab7241597673ed52b30.zip
fix tests
Diffstat (limited to 'test')
-rw-r--r--test/test_protocol_http.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_protocol_http.py b/test/test_protocol_http.py
index afda7a3e..3bf5af22 100644
--- a/test/test_protocol_http.py
+++ b/test/test_protocol_http.py
@@ -132,6 +132,9 @@ class TestProxyChainingSSL(tservers.HTTPChainProxyTest):
# request from chain[1] to proxy
assert self.proxy.tmaster.state.flow_count() == 1 # request from chain[0] (regular proxy doesn't store CONNECTs)
+class TestProxyChainingSSLReconnect(tservers.HTTPChainProxyTest):
+ ssl = True
+
def test_reconnect(self):
"""
Tests proper functionality of ConnectionHandler.server_reconnect mock.