[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:
Tymoteusz Motylewski 2021-11-25 13:49:59 +00:00 committed by Antoine Vandevenne (anv)
parent c6cbaee4aa
commit a8fe35665b

View File

@ -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