aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_pathoc.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-05 13:24:46 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-05 13:24:46 +1200
commit375d7c9741c1debbc55bf21c864c514d307691ef (patch)
treeb07e75ad73b490bab6d557394245b607574e131a /test/pathod/test_pathoc.py
parent48da24ae7e7be7af94162d35a463f174e22504f6 (diff)
downloadmitmproxy-375d7c9741c1debbc55bf21c864c514d307691ef.tar.gz
mitmproxy-375d7c9741c1debbc55bf21c864c514d307691ef.tar.bz2
mitmproxy-375d7c9741c1debbc55bf21c864c514d307691ef.zip
Remove last vestiges of noapi and noweb from pathod
Also hide HTTP2 freeze bug by making explain configurable in the tests
Diffstat (limited to 'test/pathod/test_pathoc.py')
-rw-r--r--test/pathod/test_pathoc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pathod/test_pathoc.py b/test/pathod/test_pathoc.py
index a88cfa91..8b69a2a6 100644
--- a/test/pathod/test_pathoc.py
+++ b/test/pathod/test_pathoc.py
@@ -228,6 +228,7 @@ class TestDaemon(PathocTestDaemon):
class TestDaemonHTTP2(PathocTestDaemon):
ssl = True
+ explain = False
if tcp.HAS_ALPN: