index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test
/
test.go
Age
Commit message (
Expand
)
Author
3 days
lib/test: rewrite Assert to use [diff.Unified]
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2025-01-22
lib/test: call Helper method inside Assert
Shulhan
2024-12-28
lib/test: update comment to show link on reflect.Equaler
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-11
lib/test: refactoring, rename TestWriter to BufferWriter
Shulhan
2023-05-30
lib/test: update documentation related to Assert and Data
Shulhan
2023-05-25
lib/test: use different package for example
Shulhan
2023-03-12
lib/test: update the Assert comment related to latest changes
Shulhan
2023-03-02
lib/test: simplify the string diff output from Assert
Shulhan
2022-09-21
lib/test: fix Assert always fail if no changes after string diff
Shulhan
2022-09-15
lib/test: use text/diff to compare strings on Assert
Shulhan
2022-09-13
lib/test: change the Assert parameter to Writer
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-11-23
test: refactoring Assert with better error message
Shulhan
2020-03-20
reflect: add function IsEqual that works with Equaler interface
Shulhan
2020-03-20
test: check if exp implement reflect.Equaler
Shulhan
2019-03-26
test: change the error format to print "got" before "expectation"
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-09-01
[chore] Update documentations
Shulhan
2018-05-10
Refactor parser using bytes.Reader
Shulhan
2018-05-10
test: add parameter for name of field to assert
Shulhan
2018-05-07
Add library for simplify testing
Shulhan