You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docsite/rst/community/development_process.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,9 @@ Testing PRs
232
232
233
233
Adding tests for your PR makes it a stronger candidate for being merged.
234
234
235
-
PRs that add new functionality should include tests to fully exercise the new functionality and the failure paths of that functionality. Bugfix PRs should include tests that ensure the bug is no longer present. As a rule of thumb, integration tests should be preferred over unit tests.
235
+
PRs that add new functionality should include tests to fully exercise the new functionality and the failure paths of that functionality.
236
+
Bugfix PRs should include tests that ensure the bug is no longer present.
237
+
As a rule of thumb, integration tests should be preferred over unit tests.
236
238
237
239
For information on writing integration tests, see the docs page on :ref:`Integration tests <testing_integration>` and the existing integration tests at `test/integration <https://github.com/ansible/ansible/tree/devel/test/integration/targets>`_.
0 commit comments