Fix minor type in tests.rst: is -> in

This commit is contained in:
Gerard Ryan
2015-01-05 12:08:51 +00:00
parent 417afdcfd9
commit aa951a138d
+1 -1
View File
@@ -58,7 +58,7 @@ Some general rules of testing:
good set of tests, you or other maintainers will rely largely on the good set of tests, you or other maintainers will rely largely on the
testing suite to fix the problem or modify a given behavior. Therefore testing suite to fix the problem or modify a given behavior. Therefore
the testing code will be read as much as or even more than the running the testing code will be read as much as or even more than the running
code. A unit test whose purpose is unclear is not very helpful is this code. A unit test whose purpose is unclear is not very helpful in this
case. case.
- Another use of the testing code is as an introduction to new developers. When - Another use of the testing code is as an introduction to new developers. When