Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/developer/reference/backend/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down