Skip to content

Commit 3bd94fc

Browse files
authored
Rephrase testing section
1 parent d799294 commit 3bd94fc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/docsite/rst/community/development_process.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,12 @@ 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.
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.
238-
239235
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>`_.
240236

241237
For information on writing unit tests see the docs page on :ref:`Unit tests <testing_units>` and the existing unit tests at `test/units <https://github.com/ansible/ansible/tree/devel/test/units>`_.
242238

239+
If you are not sure how to proceed with writing tests, ask for clarification in any of our :ref:`community channels. <communication>`
240+
243241
.. _backport_process:
244242

245243
Backporting merged PRs in ``ansible-core``

0 commit comments

Comments
 (0)