aboutsummaryrefslogtreecommitdiffstats
path: root/test/http/test_exceptions.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-09-16 20:19:52 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-09-16 20:19:52 +0200
commite1659f3fcf83b5993b776a4ef3d2de70fbe27aa2 (patch)
treec0eba50b522d1d0183b057e9cae7bf7cc38c4fc3 /test/http/test_exceptions.py
parent2f9c566e480c377566a0ae044d698a75b45cd54c (diff)
parent265f31e8782ee9da511ce4b63aa2da00221cbf66 (diff)
downloadmitmproxy-e1659f3fcf83b5993b776a4ef3d2de70fbe27aa2.tar.gz
mitmproxy-e1659f3fcf83b5993b776a4ef3d2de70fbe27aa2.tar.bz2
mitmproxy-e1659f3fcf83b5993b776a4ef3d2de70fbe27aa2.zip
Merge pull request #92 from mitmproxy/python3
Python3 & HTTP1 Refactor
Diffstat (limited to 'test/http/test_exceptions.py')
-rw-r--r--test/http/test_exceptions.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/http/test_exceptions.py b/test/http/test_exceptions.py
deleted file mode 100644
index 49588d0a..00000000
--- a/test/http/test_exceptions.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from netlib.http.exceptions import *
-
-class TestHttpError:
- def test_simple(self):
- e = HttpError(404, "Not found")
- assert str(e)