aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-09-14 15:11:24 -0700
committerMaximilian Hils <git@maximilianhils.com>2017-09-14 15:11:24 -0700
commit289ddfe9887ce928b19a2f801d5664f1c77a7387 (patch)
tree8300b3a3e33044a831f0cbd0a7186d2931f98fec /test
parent9716b3dab57735099e4c2ac27aebe87b61896087 (diff)
downloadmitmproxy-289ddfe9887ce928b19a2f801d5664f1c77a7387.tar.gz
mitmproxy-289ddfe9887ce928b19a2f801d5664f1c77a7387.tar.bz2
mitmproxy-289ddfe9887ce928b19a2f801d5664f1c77a7387.zip
remove html outline contentview, fix #2572
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/contentviews/test_html_outline.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/mitmproxy/contentviews/test_html_outline.py b/test/mitmproxy/contentviews/test_html_outline.py
deleted file mode 100644
index 9e664e52..00000000
--- a/test/mitmproxy/contentviews/test_html_outline.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from mitmproxy.contentviews import html_outline
-from test.mitmproxy.contentviews import full_eval
-
-
-def test_view_html_outline():
- v = full_eval(html_outline.ViewHTMLOutline())
- s = b"<html><br><br></br><p>one</p></html>"
- assert v(s)
- assert v(b'\xfe')