Make pylint shut up about test_version
This commit is contained in:
parent
40b949364e
commit
df0bd23d79
@ -807,7 +807,7 @@ def test_chromium_version_unpatched(qapp):
|
|||||||
(True, False, True, False, True), # no webkit
|
(True, False, True, False, True), # no webkit
|
||||||
(True, False, True, 'ng', True), # QtWebKit-NG
|
(True, False, True, 'ng', True), # QtWebKit-NG
|
||||||
(True, False, True, True, False), # unknown Linux distribution
|
(True, False, True, True, False), # unknown Linux distribution
|
||||||
])
|
]) # pylint: disable=too-many-locals
|
||||||
def test_version_output(git_commit, frozen, style, with_webkit,
|
def test_version_output(git_commit, frozen, style, with_webkit,
|
||||||
known_distribution, stubs, monkeypatch):
|
known_distribution, stubs, monkeypatch):
|
||||||
"""Test version.version()."""
|
"""Test version.version()."""
|
||||||
|
Loading…
Reference in New Issue
Block a user