coverage: Mark zerver/lib/debug.py as not needing coverage.

This commit is contained in:
Tim Abbott 2018-05-15 17:17:09 -07:00
parent fd24eac8bb
commit e39a3e07d7
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ omit =
# Has its own independent test suite
zerver/lib/api_test_helpers.py
zerver/lib/parallel.py
# Debugging tools that don't lend themselves well to unit tests
zerver/lib/debug.py
# Part of provisioning/populate_db
zerver/lib/generate_test_data.py
# Excluded because its coverage state is flaky.