mitmproxy/test/http/test_exceptions.py
2015-09-05 18:15:47 +02:00

7 lines
148 B
Python

from netlib.http.exceptions import *
class TestHttpError:
def test_simple(self):
e = HttpError(404, "Not found")
assert str(e)