aboutsummaryrefslogtreecommitdiff
path: root/lib/test/buffer_writer.go
AgeCommit message (Collapse)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/
2025-01-22lib/test: call Helper method inside AssertShulhan
The Helper method mark the Assert function as test helper, which when printing file and line information, the stack trace from Assert function will be skipped. This remove manual lines skipping that previously we have.
2023-09-11lib/test: refactoring, rename file test_buffer to buffer_writerShulhan
Continuing previous refactoring, we rename the file test_buffer to buffer_writer to match with its type name.