aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-11 17:56:17 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-11 17:56:17 +1200
commit5b9f07c81c0dcc8c7b3d7afdeae8f6229ebf8622 (patch)
tree854564b30ea2bc3474d1cfd33feb8c862244db18 /test
parente367b8819569a7811d2625a2b59610b508e8175c (diff)
downloadmitmproxy-5b9f07c81c0dcc8c7b3d7afdeae8f6229ebf8622.tar.gz
mitmproxy-5b9f07c81c0dcc8c7b3d7afdeae8f6229ebf8622.tar.bz2
mitmproxy-5b9f07c81c0dcc8c7b3d7afdeae8f6229ebf8622.zip
debug.sysinfo: tests and coverage
Diffstat (limited to 'test')
-rw-r--r--test/netlib/test_debug.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/netlib/test_debug.py b/test/netlib/test_debug.py
new file mode 100644
index 00000000..d174bb5f
--- /dev/null
+++ b/test/netlib/test_debug.py
@@ -0,0 +1,6 @@
+
+from netlib import debug
+
+
+def test_sysinfo():
+ assert debug.sysinfo()