Skip to content

Commit d799294

Browse files
Fix line breaks in test section
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 3a2fcd4 commit d799294

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docsite/rst/community/development_process.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ Testing PRs
232232

233233
Adding tests for your PR makes it a stronger candidate for being merged.
234234

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.
236238

237239
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>`_.
238240

0 commit comments

Comments
 (0)