test-backend: Ignore coverage for custom_dev_settings.

This commit is contained in:
Aman Agrawal 2023-12-06 13:54:39 +00:00 committed by Tim Abbott
parent 1a60697bd5
commit b8f364a345
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ not_yet_fully_covered = [
"zerver/lib/migrate.py",
# Branches in Django settings files are hard to test
"zproject/computed_settings.py",
# Used to override settings
"zproject/custom_dev_settings.py",
"zproject/dev_settings.py",
"zproject/test_extra_settings.py",
# Better tested in a full deployment