aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/http1/test_read.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-20 11:42:55 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-20 11:42:55 +1300
commit853e03a5e753354fad3a3fa5384ef3a09384ef43 (patch)
tree67435786604e0efaa45a49fcd17bda78fe680801 /test/netlib/http/http1/test_read.py
parent9491d8589a265be33a5d6fac92c1213fd5b719d4 (diff)
downloadmitmproxy-853e03a5e753354fad3a3fa5384ef3a09384ef43.tar.gz
mitmproxy-853e03a5e753354fad3a3fa5384ef3a09384ef43.tar.bz2
mitmproxy-853e03a5e753354fad3a3fa5384ef3a09384ef43.zip
netlib.tutils -> mitmproxy.test.tutils
There's a LOT more to be done refactoring our different conflicting test utils.
Diffstat (limited to 'test/netlib/http/http1/test_read.py')
-rw-r--r--test/netlib/http/http1/test_read.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netlib/http/http1/test_read.py b/test/netlib/http/http1/test_read.py
index 9777e2e2..eb96968c 100644
--- a/test/netlib/http/http1/test_read.py
+++ b/test/netlib/http/http1/test_read.py
@@ -10,7 +10,7 @@ from netlib.http.http1.read import (
_read_request_line, _parse_authority_form, _read_response_line, _check_http_version,
_read_headers, _read_chunked, get_header_tokens
)
-from netlib.tutils import treq, tresp, raises
+from mitmproxy.test.tutils import treq, tresp, raises
def test_get_header_tokens():