pylint doesn't know pytest.xfail
This commit is contained in:
parent
ab4e442602
commit
f03cd5022e
@ -431,7 +431,9 @@ def compare_session(request, quteproc, expected):
|
|||||||
compared.
|
compared.
|
||||||
"""
|
"""
|
||||||
if request.config.getoption('--qute-bdd-webengine'):
|
if request.config.getoption('--qute-bdd-webengine'):
|
||||||
|
# pylint: disable=no-member
|
||||||
pytest.xfail(reason="QtWebEngine TODO: Sessions are not implemented")
|
pytest.xfail(reason="QtWebEngine TODO: Sessions are not implemented")
|
||||||
|
# pylint: enable=no-member
|
||||||
quteproc.compare_session(expected)
|
quteproc.compare_session(expected)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user