Handle pylint warnings in test_process, suppress fixme globally
This commit is contained in:
parent
e249e501cc
commit
b38e00c0a3
|
@ -114,8 +114,8 @@ class TestProcess(TestProcessProto):
|
||||||
for c in self.process.connections():
|
for c in self.process.connections():
|
||||||
if c.status == 'LISTEN':
|
if c.status == 'LISTEN':
|
||||||
if self._listen is False:
|
if self._listen is False:
|
||||||
return self.fail(
|
self.fail('Listening while started with --no-incoming')
|
||||||
'Listening while started with --no-incoming')
|
return
|
||||||
self.assertEqual(c.laddr[1], self._listening_port or 8444)
|
self.assertEqual(c.laddr[1], self._listening_port or 8444)
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user