test-backend: Raise zerver/views/home.py test coverage to 100%.

This commit is contained in:
Elliott Jin
2017-03-25 13:23:54 -07:00
committed by Tim Abbott
parent 1c0d58f897
commit 98ddb4453e
2 changed files with 65 additions and 3 deletions

View File

@@ -85,8 +85,6 @@ not_yet_fully_covered = {
# Test files should have full coverage; it's a bug in the test if
# they don't! There are open issues for all of these.
'zerver/tests/test_tornado.py',
# Getting views file coverage to 100% is a major project goal
'zerver/views/home.py',
}
enforce_fully_covered = sorted(target_fully_covered - not_yet_fully_covered)