[IMP] doc: add test classes documentation

Closes #13902
This commit is contained in:
Jairo Llopis 2016-10-20 09:10:58 +02:00 committed by Martin Trigaux
parent 7805cf5fef
commit 35441cfd62
No known key found for this signature in database
GPG Key ID: 7B0E288E7C0F83A7
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@ related to testing Odoo content (modules, mainly):
.. autoclass:: openerp.tests.common.SingleTransactionCase
:members: browse_ref, ref
.. autoclass:: openerp.tests.common.SavepointCase
.. autoclass:: openerp.tests.common.HttpCase
:members: browse_ref, ref, url_open, phantom_js
By default, tests are run once right after the corresponding module has been
installed. Test cases can also be configured to run after all modules have
been installed, and not run right after the module installation: