Skip to content

Commit

Permalink
[MOV] event: move the security tests to "Test Event Full"
Browse files Browse the repository at this point in the history
Purpose
=======
Move the security tests of event to "Test Event Full", so if we
change the ACLs in a sub-modules, we are sure to test it.

Task 2204364
PR odoo/pull/65867
Migration odoo/upgrade/pull/2150
  • Loading branch information
std-odoo committed Feb 10, 2021
1 parent d9ff1e6 commit 0948870
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion addons/event/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
from . import test_event_flow
from . import test_event_internals
from . import test_event_mail_schedule
from . import test_event_security
1 change: 1 addition & 0 deletions addons/test_event_full/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
from . import common
from . import test_event_crm
from . import test_wevent_register
from . import test_event_security
File renamed without changes.

0 comments on commit 0948870

Please sign in to comment.