Add completion/models/base to perfect_files.

It now has 100% test coverage.
This commit is contained in:
Ryan Roden-Corrent 2016-06-26 22:12:11 -04:00
parent d6012ad95c
commit f94ee172c9

View File

@ -143,6 +143,9 @@ PERFECT_FILES = [
'qutebrowser/utils/error.py'),
('tests/unit/utils/test_typing.py',
'qutebrowser/utils/typing.py'),
('tests/unit/completion/test_models.py',
'qutebrowser/completion/models/base.py'),
]