Skip to content
Open
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
2 changes: 1 addition & 1 deletion content/developer/reference/backend/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tests

- Python unit tests (see `Testing Python code`_): useful for testing model business logic
- JS unit tests (see `Testing JS code`_): useful to test the javascript code in isolation
- Tours (see `Integration Testing`_): tours simulate a real situation. They ensures that the
- Tours (see `Integration Testing`_): tours simulate a real situation. They ensure that the
python and the javascript parts properly talk to each other.

.. _testing/python:
Expand Down