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:
Florian Bruhin 2016-08-07 10:42:37 +02:00
parent 778ccad39f
commit 126e3fd01b

View File

@ -155,7 +155,7 @@ PERFECT_FILES = [
# 100% coverage because of end2end tests, but no perfect unit tests yet.
WHITELISTED_FILES = []
WHITELISTED_FILES = ['qutebrowser/browser/webkit/webkitinspector.py']
class Skipped(Exception):