@@ -197,7 +197,7 @@ we are testing.
197
197
If you create files under t/ directory (i.e. here) that is not
198
198
the top-level test script, never name the file to match the above
199
199
pattern. The Makefile here considers all such files as the
200
- top-level test script and tries to run all of them. A care is
200
+ top-level test script and tries to run all of them. Care is
201
201
especially needed if you are creating a common test library
202
202
file, similar to test-lib.sh, because such a library file may
203
203
not be suitable for standalone execution.
281
281
- Check the test coverage for your tests. See the "Test coverage"
282
282
below.
283
283
284
- Don't blindly follow test coverage metrics, they're a good way to
285
- spot if you've missed something. If a new function you added
286
- doesn't have any coverage you're probably doing something wrong,
284
+ Don't blindly follow test coverage metrics; if a new function you added
285
+ doesn't have any coverage, then you're probably doing something wrong,
287
286
but having 100% coverage doesn't necessarily mean that you tested
288
287
everything.
289
288
@@ -427,7 +426,7 @@ library for your script to use.
427
426
- test_tick
428
427
429
428
Make commit and tag names consistent by setting the author and
430
- committer times to defined stated . Subsequent calls will
429
+ committer times to defined state . Subsequent calls will
431
430
advance the times by a fixed amount.
432
431
433
432
- test_commit <message> [<filename> [<contents>]]
0 commit comments