-
- Downloads
[ADD] test_mass_mailing: add module to hold feature and performance tests for mass mailing
Purpose of this commit is to add the skeleton of a module holding models and tests for mass mailing. It is build on top of test_mail in order to use data, models and parameters already defined in it. Moreover having a separate module allow to define test models that will not bloat production databases. It will soon hold unit tests for blacklist mechanism. Future commits will gradually move tests from mass mailing module and improve them. This commit is related to task ID 33224 (original blacklist implementation done for v12) and its PR #25966 as well as task ID 1889703 (tests and fixes) and its PR #27330. Done with collaboration of @dbeguin.
Showing
- addons/test_mass_mailing/__init__.py 4 additions, 0 deletionsaddons/test_mass_mailing/__init__.py
- addons/test_mass_mailing/__manifest__.py 20 additions, 0 deletionsaddons/test_mass_mailing/__manifest__.py
- addons/test_mass_mailing/models/__init__.py 4 additions, 0 deletionsaddons/test_mass_mailing/models/__init__.py
- addons/test_mass_mailing/models/mass_mail_test.py 33 additions, 0 deletionsaddons/test_mass_mailing/models/mass_mail_test.py
- addons/test_mass_mailing/security/ir.model.access.csv 5 additions, 0 deletionsaddons/test_mass_mailing/security/ir.model.access.csv
- addons/test_mass_mailing/tests/__init__.py 2 additions, 0 deletionsaddons/test_mass_mailing/tests/__init__.py
- addons/test_mass_mailing/tests/common.py 30 additions, 0 deletionsaddons/test_mass_mailing/tests/common.py
Loading
Please register or sign in to comment