Skip to content

Commit 70712f6

Browse files
committed
Fix
1 parent 745b041 commit 70712f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docsite/rst/community/create_pr_quick_start.rst

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

9595
.. note::
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.
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.
9898

9999
All integration tests reside in ``tests/integration/targets`` subdirectories.
100100

@@ -140,8 +140,8 @@ Add unit tests
140140
--------------
141141

142142
.. note::
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.
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.
145145

146146
We recommend that you cover all changes with unit tests.
147147

0 commit comments

Comments
 (0)