-
- Downloads
[SPLIT] test_performance: split between base and mail performance tests
Test performance will now hold the base class for performance tests as well as tests related to the ORM, depending only on base. A new module test_mail is introduced at this commit that contains performance tests related to mail module. This commit contains only code move and should not impact anything. Future commits will move mail tests into test_mail so that all mail related tests are located in the same optional module. This allows notably to avoid creating a lot of unnecessary tables when installing mail module on production databases.
Showing
- addons/test_mail/__init__.py 3 additions, 0 deletionsaddons/test_mail/__init__.py
- addons/test_mail/__manifest__.py 21 additions, 0 deletionsaddons/test_mail/__manifest__.py
- addons/test_mail/data/demo.xml 30 additions, 0 deletionsaddons/test_mail/data/demo.xml
- addons/test_mail/models/__init__.py 3 additions, 0 deletionsaddons/test_mail/models/__init__.py
- addons/test_mail/models/test_mail_models.py 20 additions, 0 deletionsaddons/test_mail/models/test_mail_models.py
- addons/test_mail/security/ir.model.access.csv 2 additions, 0 deletionsaddons/test_mail/security/ir.model.access.csv
- addons/test_mail/tests/__init__.py 3 additions, 0 deletionsaddons/test_mail/tests/__init__.py
- addons/test_mail/tests/test_performance.py 65 additions, 0 deletionsaddons/test_mail/tests/test_performance.py
- odoo/addons/test_performance/__manifest__.py 1 addition, 1 deletionodoo/addons/test_performance/__manifest__.py
- odoo/addons/test_performance/demo/demo.xml 0 additions, 26 deletionsodoo/addons/test_performance/demo/demo.xml
- odoo/addons/test_performance/models/models.py 0 additions, 16 deletionsodoo/addons/test_performance/models/models.py
- odoo/addons/test_performance/security/ir.model.access.csv 0 additions, 1 deletionodoo/addons/test_performance/security/ir.model.access.csv
- odoo/addons/test_performance/tests/test_performance.py 0 additions, 58 deletionsodoo/addons/test_performance/tests/test_performance.py
addons/test_mail/__init__.py
0 → 100644
addons/test_mail/__manifest__.py
0 → 100644
addons/test_mail/data/demo.xml
0 → 100644
addons/test_mail/models/__init__.py
0 → 100644
addons/test_mail/models/test_mail_models.py
0 → 100644
addons/test_mail/tests/__init__.py
0 → 100644
addons/test_mail/tests/test_performance.py
0 → 100644
Please register or sign in to comment