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/create_pr_quick_start.rst
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,8 @@ Add integration tests
93
93
---------------------
94
94
95
95
.. 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.
99
98
100
99
All integration tests reside in ``tests/integration/targets`` subdirectories.
101
100
@@ -141,9 +140,8 @@ Add unit tests
141
140
--------------
142
141
143
142
.. 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.
147
145
148
146
We recommend that you cover all changes with unit tests.
0 commit comments