coverage: Omit some test runner files from coverage.

These files are part of the test runner and can't realisitically have
test coverage due to being imported before coverage in the setup
sequence.
This commit is contained in:
Tim Abbott 2017-05-29 15:30:47 -07:00
parent 4893779001
commit 4040cadf7d
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ omit =
*/zulip-venv-cache/*
*/migrations/*
*/management/commands/*
tools/test-backend
zerver/lib/test_fixtures.py
zerver/lib/test_runner.py
scripts/lib/zulip_tools.py