aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-04-30 09:13:33 +1200
committerAldo Cortesi <aldo@nullcube.com>2013-04-30 09:13:33 +1200
commit5cd7563d1243f3944c5e111de69361643de27516 (patch)
tree84963746fccfd72a4a65a5c5ff1140489e665fa2 /test
parent98b860b0f787ef43956f439ecc46f0d780bcedae (diff)
downloadmitmproxy-5cd7563d1243f3944c5e111de69361643de27516.tar.gz
mitmproxy-5cd7563d1243f3944c5e111de69361643de27516.tar.bz2
mitmproxy-5cd7563d1243f3944c5e111de69361643de27516.zip
Minor coverage.
Diffstat (limited to 'test')
-rw-r--r--test/test_flow.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index 4ad692bc..718f3551 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -1191,6 +1191,8 @@ class TestClientConnect:
c3 = c.copy()
assert c3 == c
+ assert str(c)
+
def test_decoded():
r = tutils.treq()