git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] t/unit-tests: convert unit-tests to use clar
@ 2025-03-04 11:33 Seyi Kuforiji
  2025-03-04 11:33 ` [PATCH 1/2] t/unit-tests: convert trailer test " Seyi Kuforiji
  2025-03-04 11:33 ` [PATCH 2/2] t/unit-tests: convert urlmatch-normalization test to clar Seyi Kuforiji
  0 siblings, 2 replies; 4+ messages in thread
From: Seyi Kuforiji @ 2025-03-04 11:33 UTC (permalink / raw)
  To: git; +Cc: ps, phillip.wood, Seyi Kuforiji

Hello,

This small patch series transitions a couple more of our existing unit
test files to the Clar testing framework. This change is part of our
ongoing effort to standardize our testing framework to enhance
maintainability.

Thanks
Seyi

Mentored-by: Patrick Steinhardt <ps@pks.im>
Mentored-by: Pillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Seyi Kuforiji <kuforiji98@gmail.com>

Seyi Kuforiji (2):
  t/unit-tests: convert trailer test to use clar
  t/unit-tests: convert urlmatch-normalization test to clar

 Makefile                                      |   4 +-
 t/meson.build                                 |   4 +-
 t/unit-tests/t-trailer.c                      | 317 -----------------
 t/unit-tests/u-trailer.c                      | 320 ++++++++++++++++++
 ...alization.c => u-urlmatch-normalization.c} |  60 +---
 5 files changed, 342 insertions(+), 363 deletions(-)
 delete mode 100644 t/unit-tests/t-trailer.c
 create mode 100644 t/unit-tests/u-trailer.c
 rename t/unit-tests/{t-urlmatch-normalization.c => u-urlmatch-normalization.c} (84%)

-- 
2.47.0.86.g15030f9556


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-04 17:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04 11:33 [PATCH 0/2] t/unit-tests: convert unit-tests to use clar Seyi Kuforiji
2025-03-04 11:33 ` [PATCH 1/2] t/unit-tests: convert trailer test " Seyi Kuforiji
2025-03-04 17:59   ` Junio C Hamano
2025-03-04 11:33 ` [PATCH 2/2] t/unit-tests: convert urlmatch-normalization test to clar Seyi Kuforiji

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).