Add cache tests to perfectly covered files.

This commit is contained in:
Lamar Pavel 2015-11-10 03:49:18 +01:00
parent a2a1b77857
commit aaf62fc6d0

View File

@ -48,6 +48,8 @@ PERFECT_FILES = [
('tests/unit/commands/test_argparser.py',
'qutebrowser/commands/argparser.py'),
('tests/unit/browser/test_cache.py',
'qutebrowser/browser/cache.py'),
('tests/unit/browser/test_cookies.py',
'qutebrowser/browser/cookies.py'),
('tests/unit/browser/test_tabhistory.py',