Seyi Kuforiji
Seyi Kuforiji
t/unit-tests: convert trailer test to use clar Adapt trailer test file to use clar testing framework by using clar assertions where necessary. Split test into individual test functions for clarity...
Adapt oid-array test script to clar framework by using clar assertions where necessary. Mentored-by: Patrick Steinhardt Signed-off-by: Seyi Kuforiji
hashmap test script to clar framework by using clar assertions where necessary. Test functions are created as both standalone and inline to test different test cases. Mentored-by: Patrick Steinhardt
Adapt the mem-pool test functions to clar framework by using clar assertions where necessary. Following the consensus to convert the unit-tests scripts found in the t/unit-tests folder to clar driven...
From e6cd5833909dcab37d92441cab670c29701e113d Mon Sep 17 00:00:00 2001 From: Seyi Kuforiji Date: Fri, 3 Jan 2025 13:45:58 +0100 Subject: [PATCH 0/3] t/unit-tests: convert hash tests to use clar Hello, This small...