git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Seyi Kuforiji <kuforiji98@gmail.com>
To: git@vger.kernel.org
Cc: ps@pks.im, phillip.wood@dunelm.org.uk,
	Seyi Kuforiji <kuforiji98@gmail.com>
Subject: [PATCH 0/2] t/unit-tests: convert unit-tests to use clar
Date: Tue,  4 Mar 2025 12:33:21 +0100	[thread overview]
Message-ID: <20250304113323.10564-1-kuforiji98@gmail.com> (raw)

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


             reply	other threads:[~2025-03-04 11:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-04 11:33 Seyi Kuforiji [this message]
2025-03-04 11:33 ` [PATCH 1/2] t/unit-tests: convert trailer test to use clar 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250304113323.10564-1-kuforiji98@gmail.com \
    --to=kuforiji98@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=phillip.wood@dunelm.org.uk \
    --cc=ps@pks.im \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).