qutebrowser/tests/helpers
Florian Bruhin 6e54962fe4 pylint: Remove now-unneeded suppressions
The recent pytest 7.2 upgrade leads pylint to complain:

    ************* Module unit.browser.test_qutescheme
    tests/unit/browser/test_qutescheme.py:26:0: I0021: Useless suppression of 'no-name-in-module' (useless-suppression)
    tests/unit/browser/test_qutescheme.py:226:0: I0021: Useless suppression of 'no-member' (useless-suppression)

    ************* Module helpers.fixtures
    tests/helpers/fixtures.py:39:0: I0021: Useless suppression of 'no-name-in-module' (useless-suppression)
    tests/helpers/fixtures.py:639:0: I0021: Useless suppression of 'no-member' (useless-suppression)

possibly due to it not being able to infer 'py' anymore with the weird
shenanigans pytest does now?

Also, what weird glitch in the matrix is it that those just happen to be
on lines [2]26 and [6]39 for *both* files? 🤯
2022-11-08 18:27:21 +01:00
..
fixtures.py pylint: Remove now-unneeded suppressions 2022-11-08 18:27:21 +01:00
logfail.py pylint: Fix some legitimate issues 2021-12-03 12:04:59 +01:00
messagemock.py Add a MessageInfo data class 2022-06-14 17:05:23 +02:00
stubs.py tests: Base FakeProcess on a real QProcess 2021-03-23 12:53:23 +01:00
test_helper_utils.py Rename utils.py to testutils.py 2021-02-25 21:28:56 +01:00
test_logfail.py doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
test_stubs.py doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
testutils.py Remove unneeded str 2022-09-30 20:23:38 +02:00