diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-02-01 16:17:22 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-02-02 12:59:01 +0100 |
commit | ec92d7f67e3c5960d9b30e067fb4ed1ae3fc8884 (patch) | |
tree | 22f48c7eab85ee2e58ac8e7127e198155dbeb62f /test/mitmproxy/console/test_help.py | |
parent | c1bc1ea584d4bb47c1b754dfa7f10ab4dfc380a3 (diff) | |
download | mitmproxy-ec92d7f67e3c5960d9b30e067fb4ed1ae3fc8884.tar.gz mitmproxy-ec92d7f67e3c5960d9b30e067fb4ed1ae3fc8884.tar.bz2 mitmproxy-ec92d7f67e3c5960d9b30e067fb4ed1ae3fc8884.zip |
cleanup test utils
Diffstat (limited to 'test/mitmproxy/console/test_help.py')
-rw-r--r-- | test/mitmproxy/console/test_help.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/mitmproxy/console/test_help.py b/test/mitmproxy/console/test_help.py index d34f3f5d..86b842d8 100644 --- a/test/mitmproxy/console/test_help.py +++ b/test/mitmproxy/console/test_help.py @@ -1,8 +1,9 @@ import mitmproxy.tools.console.help as help -from .. import tutils +from ...conftest import skip_appveyor -@tutils.skip_appveyor + +@skip_appveyor class TestHelp: def test_helptext(self): |