aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathoc.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-04-20 15:42:33 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-04-20 15:42:33 +1200
commit33820d9aeedc58e7d27118a545690571374e48be (patch)
tree7af9deabbfd37aa99ad55d0372fa0321da5b4c61 /test/test_pathoc.py
parentbe450cf9db1d819b1023029c8d403f401e010c98 (diff)
downloadmitmproxy-33820d9aeedc58e7d27118a545690571374e48be.tar.gz
mitmproxy-33820d9aeedc58e7d27118a545690571374e48be.tar.bz2
mitmproxy-33820d9aeedc58e7d27118a545690571374e48be.zip
Whitespace, interface refcactoring, sketch websockets language
Diffstat (limited to 'test/test_pathoc.py')
-rw-r--r--test/test_pathoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py
index 90f798c9..52075231 100644
--- a/test/test_pathoc.py
+++ b/test/test_pathoc.py
@@ -51,7 +51,7 @@ class _TestDaemon:
showssl=False,
hexdump=False,
timeout=None,
- ignorecodes=None,
+ ignorecodes=(),
ignoretimeout=None,
showsummary=True
):