mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
coverage: Skip zerver.lib.migrate coverage.
It is only covered when we run migration tests, which we are not guaranteed to always be able to do.
This commit is contained in:
committed by
Tim Abbott
parent
d6745209f2
commit
067de6f948
@@ -122,6 +122,9 @@ not_yet_fully_covered = [
|
||||
# Cannot have coverage, as tests run in a transaction
|
||||
"zerver/lib/safe_session_cached_db.py",
|
||||
"zerver/lib/singleton_bmemcached.py",
|
||||
# Only covered when we run migrations tests, which are not
|
||||
# guaranteed to exist or be runnable
|
||||
"zerver/lib/migrate.py",
|
||||
# Branches in Django settings files are hard to test
|
||||
"zproject/computed_settings.py",
|
||||
"zproject/dev_settings.py",
|
||||
|
Reference in New Issue
Block a user