tests: Add webkitinspector.py to WHITELISTED_FILES
When running with --no-xvfb, this file has 100% coverage due to the inspector tests in misc.feature. See #1771.
This commit is contained in:
parent
778ccad39f
commit
126e3fd01b
@ -155,7 +155,7 @@ PERFECT_FILES = [
|
|||||||
|
|
||||||
|
|
||||||
# 100% coverage because of end2end tests, but no perfect unit tests yet.
|
# 100% coverage because of end2end tests, but no perfect unit tests yet.
|
||||||
WHITELISTED_FILES = []
|
WHITELISTED_FILES = ['qutebrowser/browser/webkit/webkitinspector.py']
|
||||||
|
|
||||||
|
|
||||||
class Skipped(Exception):
|
class Skipped(Exception):
|
||||||
|
Loading…
Reference in New Issue
Block a user