aboutsummaryrefslogtreecommitdiff
path: root/lib/test/test.go
AgeCommit message (Expand)Author
3 dayslib/test: rewrite Assert to use [diff.Unified]Shulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2025-01-22lib/test: call Helper method inside AssertShulhan
2024-12-28lib/test: update comment to show link on reflect.EqualerShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-11lib/test: refactoring, rename TestWriter to BufferWriterShulhan
2023-05-30lib/test: update documentation related to Assert and DataShulhan
2023-05-25lib/test: use different package for exampleShulhan
2023-03-12lib/test: update the Assert comment related to latest changesShulhan
2023-03-02lib/test: simplify the string diff output from AssertShulhan
2022-09-21lib/test: fix Assert always fail if no changes after string diffShulhan
2022-09-15lib/test: use text/diff to compare strings on AssertShulhan
2022-09-13lib/test: change the Assert parameter to WriterShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-11-23test: refactoring Assert with better error messageShulhan
2020-03-20reflect: add function IsEqual that works with Equaler interfaceShulhan
2020-03-20test: check if exp implement reflect.EqualerShulhan
2019-03-26test: change the error format to print "got" before "expectation"Shulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-09-01[chore] Update documentationsShulhan
2018-05-10Refactor parser using bytes.ReaderShulhan
2018-05-10test: add parameter for name of field to assertShulhan
2018-05-07Add library for simplify testingShulhan