From 3c06995f0465c706fdce3af6c745a47673a90c23 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 14 Jan 2015 16:57:02 +0100 Subject: [PATCH] add recommended to tests instead of optional --- developer_manual/app/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index ddbdf7b11..8327eba5c 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -437,7 +437,7 @@ You can pass in the mapper by adding it as a type hinted parameter. ownCloud wil This is all that is needed on the server side. Now let's progress to the client side. -Writing a test for the controller (optional) +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.