diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-03-03 12:16:09 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-03-03 12:16:09 +1300 |
commit | 1fe1a802adbef93b5b024a85d8dafb112ed652bb (patch) | |
tree | 2fdfec5c63eb81f6c438f00c62dcb7df25500db5 /test/test_imports.py | |
parent | 0acab862a65ef4a1823a1bfb702d8be1e3d7b83d (diff) | |
download | mitmproxy-1fe1a802adbef93b5b024a85d8dafb112ed652bb.tar.gz mitmproxy-1fe1a802adbef93b5b024a85d8dafb112ed652bb.tar.bz2 mitmproxy-1fe1a802adbef93b5b024a85d8dafb112ed652bb.zip |
100% test coverage.
Diffstat (limited to 'test/test_imports.py')
-rw-r--r-- | test/test_imports.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_imports.py b/test/test_imports.py new file mode 100644 index 00000000..7b8a643b --- /dev/null +++ b/test/test_imports.py @@ -0,0 +1,3 @@ +# These are actually tests! +import netlib.http_status +import netlib.version |