diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-02-02 17:23:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-02 17:23:11 +0100 |
commit | 3f4d472c80f707b3ffbc060123d811c6bcae2afd (patch) | |
tree | 465ed866617e3d613078f1a682ff4eb5018c43f1 /test/mitmproxy/console/test_help.py | |
parent | c1bc1ea584d4bb47c1b754dfa7f10ab4dfc380a3 (diff) | |
parent | 4f0b2bc4dec4eb3c4f0075bcebebeb126a5a6e88 (diff) | |
download | mitmproxy-3f4d472c80f707b3ffbc060123d811c6bcae2afd.tar.gz mitmproxy-3f4d472c80f707b3ffbc060123d811c6bcae2afd.tar.bz2 mitmproxy-3f4d472c80f707b3ffbc060123d811c6bcae2afd.zip |
Merge pull request #1980 from Kriechi/improve-tests
improve tests
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): |