[IMP] backend/testing: add link to unittest python library
closes odoo/documentation#1414 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
c6cbaee4aa
commit
a8fe35665b
@ -17,7 +17,8 @@ tests
|
||||
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
|
||||
be automatically inspected for test modules. Test modules should have a name
|
||||
|
Loading…
Reference in New Issue
Block a user