AdminZulipHandler: Bring logging_handlers.py to 100% test coverage.

This involved fixing some unupdated code in one code path.
This commit is contained in:
Tim Abbott
2017-03-25 22:00:08 -07:00
parent 267346f5fb
commit 36bb2bf54a
3 changed files with 67 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ target_fully_covered = {path for target in [
'zerver/lib/streams.py',
'zerver/lib/users.py',
'zerver/lib/webhooks/*.py',
'zerver/logging_handlers.py',
'zerver/views/*.py',
'zerver/tests/*.py',
# Once we have a nice negative tests system, we can add these: