aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/test_pathod.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_pathod.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_pathod.py')
-rw-r--r--test/pathod/test_pathod.py12
1 files changed, 1 insertions, 11 deletions
diff --git a/test/pathod/test_pathod.py b/test/pathod/test_pathod.py
index f64b0f61..0bbad6c2 100644
--- a/test/pathod/test_pathod.py
+++ b/test/pathod/test_pathod.py
@@ -23,18 +23,10 @@ class TestPathod(object):
assert len(p.get_log()) <= p.LOGBUF
-class TestNoWeb(tutils.DaemonTests):
- noweb = True
-
- def test_noweb(self):
- assert self.get("200:da").status_code == 200
- assert self.getpath("/").status_code == 800
-
-
class TestTimeout(tutils.DaemonTests):
timeout = 0.01
- def test_noweb(self):
+ def test_timeout(self):
# FIXME: Add float values to spec language, reduce test timeout to
# increase test performance
# This is a bodge - we have some platform difference that causes
@@ -261,8 +253,6 @@ class TestDaemonSSL(CommonTests):
class TestHTTP2(tutils.DaemonTests):
ssl = True
- noweb = True
- noapi = True
nohang = True
if tcp.HAS_ALPN: