aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/test_request.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-10-19 15:03:50 +1300
committerGitHub <noreply@github.com>2016-10-19 15:03:50 +1300
commit49346c5248b8aa33acef26f0d55f51dcd2493a59 (patch)
treee92c9ac66a83fed5cf964691e5b0e81b90fc1eea /test/netlib/http/test_request.py
parent83dbefb224c0b0d77b226f80e37b5b3d6bebb703 (diff)
parent7c32d4ea2a435484e83aa459831f74ca483d8e3c (diff)
downloadmitmproxy-49346c5248b8aa33acef26f0d55f51dcd2493a59.tar.gz
mitmproxy-49346c5248b8aa33acef26f0d55f51dcd2493a59.tar.bz2
mitmproxy-49346c5248b8aa33acef26f0d55f51dcd2493a59.zip
Merge pull request #1632 from cortesi/refactor
Start rationalising our module structure bit by bit
Diffstat (limited to 'test/netlib/http/test_request.py')
-rw-r--r--test/netlib/http/test_request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netlib/http/test_request.py b/test/netlib/http/test_request.py
index 87eb9c35..336dc86d 100644
--- a/test/netlib/http/test_request.py
+++ b/test/netlib/http/test_request.py
@@ -15,7 +15,7 @@ class TestRequestData:
class TestRequestCore:
"""
- Tests for builtins and the attributes that are directly proxied from the data structure
+ Tests for addons and the attributes that are directly proxied from the data structure
"""
def test_repr(self):
request = treq()