[IMP] backend/testing: add link to unittest python library
closes odoo/documentation#1416
X-original-commit: a8fe35665b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
3ed9b8d435
commit
dccdca0f41
@ -17,7 +17,8 @@ tests
|
|||||||
Testing Python code
|
Testing Python code
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Odoo provides support for testing modules using unittest.
|
Odoo provides support for testing modules using `Python's unittest library
|
||||||
|
<https://docs.python.org/3/library/unittest.html>`_.
|
||||||
|
|
||||||
To write tests, simply define a ``tests`` sub-package in your module, it will
|
To write tests, simply define a ``tests`` sub-package in your module, it will
|
||||||
be automatically inspected for test modules. Test modules should have a name
|
be automatically inspected for test modules. Test modules should have a name
|
||||||
|
Loading…
Reference in New Issue
Block a user