Is it necessary to write the test cases for the entire rails project, or the test cases needed for specific functionalties -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
2012/9/29 jude <judearasu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Is it necessary to write the test cases for the entire rails project, > or the test cases needed for specific functionaltiesNecessary isn''t even one single test. Tests are for you, not for the project. The are "needed" to make it maintainable, not to make it work. But as a rule of thumb: A better testcoverage means a much less chance of breaking functionality when changing or adding aspects of your project. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
2012/9/29 jude <judearasu-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Is it necessary to write the test cases for the entire rails project, > or the test cases needed for specific functionaltiesNecessary isn''t even one single test. Tests are for you, not for the project. The are "needed" to make it maintainable, not to make it work. But as a rule of thumb: A better testcoverage means a much less chance of breaking functionality when changing or adding aspects of your project. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.