diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-04-22 15:58:25 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-04-22 15:58:25 +1200 |
commit | 5dee4210eb889eab6053cca353a7d9a7a420305d (patch) | |
tree | 3ef6f900d7e69a3b9ee2faa4b345ce26dce4557e /test/tutils.py | |
parent | 99cb0808abfa3bd5bbc8d19c10756641c032dc48 (diff) | |
download | mitmproxy-5dee4210eb889eab6053cca353a7d9a7a420305d.tar.gz mitmproxy-5dee4210eb889eab6053cca353a7d9a7a420305d.tar.bz2 mitmproxy-5dee4210eb889eab6053cca353a7d9a7a420305d.zip |
pathod: flag to set debugging for web interface dev
Diffstat (limited to 'test/tutils.py')
-rw-r--r-- | test/tutils.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/tutils.py b/test/tutils.py index 18b5fb78..4c29f5b2 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -29,7 +29,7 @@ class DaemonTests(object): ], ssl = klass.ssl, ssloptions = so, - sizelimit=1*1024*1024, + sizelimit = 1*1024*1024, noweb = klass.noweb, noapi = klass.noapi, nohang = klass.nohang, @@ -74,7 +74,6 @@ class DaemonTests(object): return c.request(spec) - @contextmanager def tmpdir(*args, **kwargs): orig_workdir = os.getcwd() |