gsoc-FAQs
gsoc-FAQs copied to clipboard
Help regarding Test Driven Programming
NOTE: How to Ask Questions the Smart Way
What is your query?
How to go about setting test suites for a code base?
Is this question specific to a participating organization?
Y
Have you read the FLOSS Manual yet?
Y
Have you read the questions in the README?
Y
Did you Google search this before posting?
Y
Do you think this question will help other applicants?
Y
Every project has a slightly different convention for working with test suites. Thus, I think this is a query specific to an organization.
Apart from this, are you asking about how to write a unit test for your patch? Generally, all the patches should be accompanied by relevant tests so as to ensure nothing breaks.
Thanks.