mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
test-backend: Require 100% test coverage on confirmation code.
This commit is contained in:
@@ -32,7 +32,7 @@ target_fully_covered = {path for target in [
|
|||||||
# As a project, we require 100% test coverage in the views files.
|
# As a project, we require 100% test coverage in the views files.
|
||||||
'zerver/views/*.py',
|
'zerver/views/*.py',
|
||||||
'zproject/backends.py',
|
'zproject/backends.py',
|
||||||
'confirmation/models.py',
|
'confirmation/*.py',
|
||||||
'zerver/webhooks/*/*.py',
|
'zerver/webhooks/*/*.py',
|
||||||
# Once we have a nice negative tests system, we can add these:
|
# Once we have a nice negative tests system, we can add these:
|
||||||
# 'zerver/webhooks/*/*.py',
|
# 'zerver/webhooks/*/*.py',
|
||||||
@@ -47,7 +47,6 @@ not_yet_fully_covered = {
|
|||||||
# We have 100% coverage on the new stuff; need to refactor old stuff.
|
# We have 100% coverage on the new stuff; need to refactor old stuff.
|
||||||
'analytics/views.py',
|
'analytics/views.py',
|
||||||
# Major lib files should have 100% coverage
|
# Major lib files should have 100% coverage
|
||||||
'confirmation/models.py',
|
|
||||||
'zerver/decorator.py',
|
'zerver/decorator.py',
|
||||||
'zerver/lib/actions.py',
|
'zerver/lib/actions.py',
|
||||||
'zerver/lib/addressee.py',
|
'zerver/lib/addressee.py',
|
||||||
|
|||||||
Reference in New Issue
Block a user