aboutsummaryrefslogtreecommitdiffstats
path: root/test/h2/test_frames.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-01 12:34:50 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-05 13:33:37 +0200
commit5cecbdc1687346bb2bf139c904ffda2b37dc8276 (patch)
tree3f12eb8c913122f42b39da50d207290ecdaa2bd1 /test/h2/test_frames.py
parente4c129026fbf4228c13ae64da19a9a85fc7ff2a5 (diff)
downloadmitmproxy-5cecbdc1687346bb2bf139c904ffda2b37dc8276.tar.gz
mitmproxy-5cecbdc1687346bb2bf139c904ffda2b37dc8276.tar.bz2
mitmproxy-5cecbdc1687346bb2bf139c904ffda2b37dc8276.zip
http2: add basic protocol handling
Diffstat (limited to 'test/h2/test_frames.py')
-rw-r--r--test/h2/test_frames.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h2/test_frames.py b/test/h2/test_frames.py
index 310336b0..babf8069 100644
--- a/test/h2/test_frames.py
+++ b/test/h2/test_frames.py
@@ -3,6 +3,7 @@ import tutils
from nose.tools import assert_equal
+
def test_invalid_flags():
tutils.raises(
ValueError,