AlenkaF commented on a change in pull request #11827:
URL: https://github.com/apache/arrow/pull/11827#discussion_r763814191



##########
File path: docs/source/developers/guide/step_by_step/testing.rst
##########
@@ -29,3 +29,79 @@
 ***********
 Testing 🧪
 ***********
+
+In Arrow we use unit tests to ensure code quality, to help
+others understand our code better and to make the process
+of review easier.
+
+Adding a new unit tests is needed when adding a new feature,
+a binding or a bug fix. 
+
+It can also happen your work will involve adding a unit test
+to a code already written, modifying a unit test or even making
+more than one unit test for the changes in the code.
+
+It is also possible to make changes that do not require adding
+a unit test like :ref:`documentation`.
+
+If you do need to work with unit tests, this section will help
+you with the necessary steps.

Review comment:
       Seems reasonable to me ;)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to