Skip to content

Commit 745b041

Browse files
committed
Fix
1 parent bf748f4 commit 745b041

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/docsite/rst/community/create_pr_quick_start.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ Add integration tests
9393
---------------------
9494

9595
.. note::
96-
97-
* Some collections do not have integration tests. In such cases, unit tests are highly recommended.
98-
* If you have difficulty writing or running tests, or you are unsure if a case can be covered, skip this step. Other contributors can help you with tests later if needed.
96+
* Some collections do not have integration tests. In such cases, unit tests are highly recommended.
97+
* If you have difficulty writing or running tests, or you are unsure if a case can be covered, skip this step. Other contributors can help you with tests later if needed.
9998

10099
All integration tests reside in ``tests/integration/targets`` subdirectories.
101100

@@ -141,9 +140,8 @@ Add unit tests
141140
--------------
142141

143142
.. note::
144-
145-
* Some collections do not have unit tests. In such cases, focus on integration tests.
146-
* If you have difficulty writing or running tests, or you are unsure if a case can be covered, skip this step. Other contributors can help you with tests later if needed.
143+
* Some collections do not have unit tests. In such cases, focus on integration tests.
144+
* If you have difficulty writing or running tests, or you are unsure if a case can be covered, skip this step. Other contributors can help you with tests later if needed.
147145

148146
We recommend that you cover all changes with unit tests.
149147

0 commit comments

Comments
 (0)