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