Thread (13 messages) flat view 13 messages, 3 authors, 2016-06-15

Re: When to use test_commit (Re: [PATCH] checkout: add a test for creating a new branch with regexp as a starting point)

From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2016-06-15 22:49:13

On Fri, Jul 30, 2010 at 19:13, Jonathan Nieder [off-list ref] wrote:
Ævar Arnfjörð Bjarmason wrote:
quoted
And actually, we should probably have a
test_commit_notag() then.
I don’t know.  What’s so bad about using "git commit" directly?
Nothing, it's just easier to write and read the tests when we have and
use functions for these common operations.
I often find myself using "git commit" in tests because test_commit
imposes all the usual restrictions for a ref name on the commit
message.  I would happily use an abbreviation for

 test_tick &&
 git commit -m "something" &&
 git tag something-else

if available because I don’t like typing, but would that help the
reader and test runner any?
Maybe just introduce a fourth argument to test_commit, to make it
<message> [<file> [<contents> [<tagname>]] instead of <message>
[<file> [<contents>]] ?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help