check_coverage: Add keyinput.macros to WHITELISTED_FILES

This commit is contained in:
Florian Bruhin 2016-11-10 06:54:02 +01:00
parent c7fb99878f
commit 3884271505

View File

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