diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index 8327eba5c..349bffb77 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -438,7 +438,7 @@ This is all that is needed on the server side. Now let's progress to the client Writing a test for the controller (recommended) -============================================ +=============================================== Tests are essential for having happy users and a carefree life. No one wants their users to rant about your app breaking their ownCloud or being buggy. To do that you need to test your app. Since this amounts to a ton of repetitive tasks, we need to automate the tests. Unit Tests