Files
git/t/unit-tests
René Scharfe 2c4a6a8d9c t-reftable-basics: use if_test
The macro TEST takes a single expression.  If a test requires multiple
statements then they need to be placed in a function that's called in
the TEST expression.

Remove the overhead of defining and calling single-use functions by
using if_test instead.

Run the tests in the order of definition.  We can reorder them like that
because they are independent.  Technically this changes the output, but
retains the meaning of a full run and allows for easier review e.g. with
diff option --ignore-all-space.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-07-30 13:32:44 -07:00
..
2024-06-14 10:26:33 -07:00
2024-07-30 13:32:43 -07:00
2023-12-28 12:22:43 -08:00
2024-07-30 13:32:43 -07:00
2024-07-30 13:32:43 -07:00