check_coverage: Add keyinput.macros to WHITELISTED_FILES
This commit is contained in:
parent
c7fb99878f
commit
3884271505
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user