Enforce 100% test coverage for lib/avatar.py.

This commit is contained in:
Steve Howell 2017-05-23 20:07:07 -07:00
parent c02f4b4756
commit 5003283b64
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ target_fully_covered = {path for target in [
'zerver/context_processors.py', 'zerver/context_processors.py',
'zerver/lib/alert_words.py', 'zerver/lib/alert_words.py',
'zerver/lib/attachments.py', 'zerver/lib/attachments.py',
'zerver/lib/avatar.py',
'zerver/lib/avatar_hash.py', 'zerver/lib/avatar_hash.py',
'zerver/lib/context_managers.py', 'zerver/lib/context_managers.py',
'zerver/lib/domains.py', 'zerver/lib/domains.py',