Skip to content

Commit 52434ce

Browse files
add UT guidance to CONTRIBUTING.rst
Change-Id: I86a76ba5060858b564efcc409999b5e91d96b190 Signed-off-by: Christopher Ferris <[email protected]>
1 parent bf4f64e commit 52434ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/CONTRIBUTING.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@ What makes a good change request?
161161
definition. Why? Because many open source developers do Test Driven
162162
Development. They place a watch on the directory that invokes the
163163
tests automagically as the code is changed. This is far more
164-
efficient than having to run a whole build between code changes.
164+
efficient than having to run a whole build between code changes. See
165+
`this definition<http://artofunittesting.com/definition-of-a-unit-test/>`__
166+
of unit testing for a good set of criteria to keep in mind for writing
167+
effective unit tests.
165168

166169
- Minimize the lines of code per CR. Why? Maintainers have day jobs,
167170
too. If you send a 1,000 or 2,000 LOC change, how long do you think

0 commit comments

Comments
 (0)