Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Typos: t/README
author
Michael Witten
<mfwitten@gmail.com>
Tue, 22 Feb 2011 17:15:00 +0000
(17:15 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 30 Mar 2011 18:59:52 +0000
(11:59 -0700)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
18b19e4
)
diff --git
a/t/README
b/t/README
index d44a614ea32cf83915098e91ec7be603a13cb6d6..6122a6c73352e6986bc8f97fc803105dcd671c25 100644
(file)
--- a/
t/README
+++ b/
t/README
@@
-197,7
+197,7
@@
we are testing.
If you create files under t/ directory (i.e. here) that is not
the top-level test script, never name the file to match the above
pattern. The Makefile here considers all such files as the
If you create files under t/ directory (i.e. here) that is not
the top-level test script, never name the file to match the above
pattern. The Makefile here considers all such files as the
-top-level test script and tries to run all of them.
A c
are is
+top-level test script and tries to run all of them.
C
are is
especially needed if you are creating a common test library
file, similar to test-lib.sh, because such a library file may
not be suitable for standalone execution.
especially needed if you are creating a common test library
file, similar to test-lib.sh, because such a library file may
not be suitable for standalone execution.
@@
-281,9
+281,8
@@
Do:
- Check the test coverage for your tests. See the "Test coverage"
below.
- Check the test coverage for your tests. See the "Test coverage"
below.
- Don't blindly follow test coverage metrics, they're a good way to
- spot if you've missed something. If a new function you added
- doesn't have any coverage you're probably doing something wrong,
+ Don't blindly follow test coverage metrics; if a new function you added
+ doesn't have any coverage, then you're probably doing something wrong,
but having 100% coverage doesn't necessarily mean that you tested
everything.
but having 100% coverage doesn't necessarily mean that you tested
everything.
@@
-427,7
+426,7
@@
library for your script to use.
- test_tick
Make commit and tag names consistent by setting the author and
- test_tick
Make commit and tag names consistent by setting the author and
- committer times to defined state
d
. Subsequent calls will
+ committer times to defined state. Subsequent calls will
advance the times by a fixed amount.
- test_commit <message> [<filename> [<contents>]]
advance the times by a fixed amount.
- test_commit <message> [<filename> [<contents>]]