diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-05-24 14:23:36 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-05-24 14:23:36 +0200 |
commit | e77f07a36bc2e29552bb541ed71406aa5127d4ac (patch) | |
tree | 980a41195850f57dcc34a0e73645e59b88dd261d /test | |
parent | ae7e9efb5ca014291e879694414bbffc982f2a0d (diff) | |
download | mitmproxy-e77f07a36bc2e29552bb541ed71406aa5127d4ac.tar.gz mitmproxy-e77f07a36bc2e29552bb541ed71406aa5127d4ac.tar.bz2 mitmproxy-e77f07a36bc2e29552bb541ed71406aa5127d4ac.zip |
cleanup
Diffstat (limited to 'test')
-rw-r--r-- | test/conftest.py | 2 | ||||
-rw-r--r-- | test/mitmproxy/test_connections.py | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test/conftest.py b/test/conftest.py index 50b38197..bb913548 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -1,8 +1,6 @@ import os import pytest import OpenSSL -import functools -from contextlib import contextmanager import mitmproxy.net.tcp diff --git a/test/mitmproxy/test_connections.py b/test/mitmproxy/test_connections.py index daf4c79e..99367bb6 100644 --- a/test/mitmproxy/test_connections.py +++ b/test/mitmproxy/test_connections.py @@ -1,5 +1,4 @@ import socket -import os import threading import ssl import OpenSSL |