aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-06 11:21:31 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-06 11:21:31 +1300
commitbad77f3470f11716f700db22f51b1f53285d23ca (patch)
tree4b5a0cab7694cb34063c5a29c8e36bb63c9655a1 /test/tutils.py
parentd9cb0838093a962f636ef6cda17fd652bc2ef65e (diff)
downloadmitmproxy-bad77f3470f11716f700db22f51b1f53285d23ca.tar.gz
mitmproxy-bad77f3470f11716f700db22f51b1f53285d23ca.tar.bz2
mitmproxy-bad77f3470f11716f700db22f51b1f53285d23ca.zip
Add client replay options to mitmdump.
Diffstat (limited to 'test/tutils.py')
-rw-r--r--test/tutils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tutils.py b/test/tutils.py
index 99ed81a7..ec2c71a8 100644
--- a/test/tutils.py
+++ b/test/tutils.py
@@ -32,8 +32,6 @@ def tflow_full():
return f
-
-
# Yes, the random ports are horrible. During development, sockets are often not
# properly closed during error conditions, which means you have to wait until
# you can re-bind to the same port. This is a pain in the ass, so we just pick