Skip to content

Commit ed23a3b

Browse files
Fix wording in testing section Developer-Guide.rst (#3312) (#3316)
Close #3310 (cherry picked from commit 7a0060c) Co-authored-by: Juan Sebastian Dueñas <[email protected]>
1 parent 31599fd commit ed23a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/The-ROS2-Project/Contributing/Developer-Guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Like Unit tests, Integration tests should be in the package which is being teste
218218

219219
**System tests** are designed to test end-to-end situations between packages and should be in their own packages to avoid bloating or coupling packages and to avoid circular dependencies.
220220

221-
In general minimizing external or cross package test dependencies should be avoided to prevent circular dependencies and tightly coupled test packages.
221+
In general external or cross package test dependencies should be minimized to prevent circular dependencies and tightly coupled test packages.
222222

223223
All packages should have some unit tests and possibly integration tests, but the degree to which they should have them is based on the package's quality category.
224224
The following subsections apply to 'Level 1' packages:

0 commit comments

Comments
 (0)