diff options
author | Patrick Steinhardt <ps@pks.im> | 2025-06-02 08:44:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-06-02 07:51:43 -0700 |
commit | b44e63f405a6508652dab2d4ade71e6f0afb9f36 (patch) | |
tree | 6caec071abd6246461040987b38a46988ad898a9 /builtin/commit.c | |
parent | 5e0752b071b7e5a702c2008391505c7a39d0bd01 (diff) |
meson: introduce kwargs variable for tests
Meson has the ability to create a kwargs dictionary that can then be
passed to any function call with the `kwargs:` positional argument. This
allows one to deduplicate common parameters that one wishes to pass to
several different function invocations.
Our tests already have one common parameter that we use everywhere,
"timeout", and we're about to add a second common parameter in the next
commit. Let's prepare for this by introducing `test_kwargs` so that we
can deduplicate these common arguments.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions