Fix lint.
This commit is contained in:
parent
86d32f6e19
commit
2be5c4cd27
@ -26,7 +26,6 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
import os.path
|
import os.path
|
||||||
import collections
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from PyQt5.QtCore import pyqtSignal
|
from PyQt5.QtCore import pyqtSignal
|
||||||
@ -120,7 +119,7 @@ class QuteProc(testprocess.Process):
|
|||||||
url_loaded_pattern.match(log_line.message)):
|
url_loaded_pattern.match(log_line.message)):
|
||||||
self.url_loaded.emit()
|
self.url_loaded.emit()
|
||||||
elif log_line.loglevel in ['WARNING', 'ERROR']:
|
elif log_line.loglevel in ['WARNING', 'ERROR']:
|
||||||
self.got_error.emit()
|
self.got_error.emit()
|
||||||
|
|
||||||
return log_line
|
return log_line
|
||||||
|
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
import testprocess # pylint: disable=import-error
|
|
||||||
|
|
||||||
|
|
||||||
def test_quteproc_error_message(qtbot, quteproc):
|
def test_quteproc_error_message(qtbot, quteproc):
|
||||||
"""Make sure the test fails with an unexpected error message."""
|
"""Make sure the test fails with an unexpected error message."""
|
||||||
|
Loading…
Reference in New Issue
Block a user