aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-06-14 17:12:02 +1200
committerGitHub <noreply@github.com>2016-06-14 17:12:02 +1200
commita63817f2b8539cab0b645e0eda772daeaf898ed3 (patch)
tree3752ffc3f8e0e46abaf804c9d79543559e897915 /test
parent04394ebd503fc26d9a4bcb201607b9dd3af157fa (diff)
parent3c9a70b761ac3d4a5ace8c877200295e0da79594 (diff)
downloadmitmproxy-a63817f2b8539cab0b645e0eda772daeaf898ed3.tar.gz
mitmproxy-a63817f2b8539cab0b645e0eda772daeaf898ed3.tar.bz2
mitmproxy-a63817f2b8539cab0b645e0eda772daeaf898ed3.zip
Merge pull request #1253 from mhils/fix-debug
Fix Debug Mode on Windows
Diffstat (limited to 'test')
-rw-r--r--test/netlib/test_debug.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/netlib/test_debug.py b/test/netlib/test_debug.py
index b9315c7f..51710da0 100644
--- a/test/netlib/test_debug.py
+++ b/test/netlib/test_debug.py
@@ -18,3 +18,7 @@ def test_dump_stacks():
def test_sysinfo():
assert debug.sysinfo()
+
+
+def test_register_info_dumpers():
+ debug.register_info_dumpers()