diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures.py | 2 | ||||
-rw-r--r-- | test/test_protocol.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/fixtures.py b/test/fixtures.py index 0ae1c1e..91a67c1 100644 --- a/test/fixtures.py +++ b/test/fixtures.py @@ -8,7 +8,7 @@ import time from six.moves import urllib import uuid -from six.moves.urllib.parse import urlparse # pylint: disable-msg=E0611,F0401 +from six.moves.urllib.parse import urlparse # pylint: disable=E0611,F0401 from test.service import ExternalService, SpawnedService from test.testutil import get_open_port diff --git a/test/test_protocol.py b/test/test_protocol.py index 7dfd44e..6c79829 100644 --- a/test/test_protocol.py +++ b/test/test_protocol.py @@ -1,3 +1,4 @@ +#pylint: skip-file from contextlib import contextmanager import struct |