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
Age
Commit message (
Expand
)
Author
3 days
lib/test: rewrite Assert to use [diff.Unified]
Shulhan
10 days
all: apply go fix
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2026-01-15
lib/test: ignore line prefixed with "//"
Shulhan
2026-01-03
lib/test: implement method ExtractInput on Data
Shulhan
2026-01-03
lib/test: export the constant for default data file name suffix
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-01-23
all: use for-range with numeric
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-14
test/httptest: new helper for testing HTTP server handler
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-01-29
test/mock: implement mock for crypto [rand.Reader]
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-11-14
lib/test: fix link to Article in Data
Shulhan
2023-09-11
lib/test: realign struct in ExampleAssert_struct
Shulhan
2023-09-11
lib/test: refactoring, rename file test_buffer to buffer_writer
Shulhan
2023-09-11
lib/test: refactoring, rename TestWriter to BufferWriter
Shulhan
2023-09-11
test/mock: implement mock for testing io.ReadWriter or io.StringWriter
Shulhan
2023-05-30
lib/test: update documentation related to Assert and Data
Shulhan
2023-05-30
lib/test: add another example for Assert-ing string
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-07-25
lib/test: truncate the last new line at the end of input and output
Shulhan
2022-07-23
lib/test: sort the loaded test Data files
Shulhan
2022-07-23
lib/test: load test data files with suffix "_test.txt"
Shulhan
2022-07-22
lib/test: implement Data, a type to load formatted file for helping test
Shulhan
2022-07-19
lib/test: realign struct in the test
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
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-06-06
all: use default linter options
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-09-25
all: fix linter warnings
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-26
test: change the error format to print "got" before "expectation"
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-09-13
lib/test/mock: mock the standard input with temporary file
Shulhan
2018-09-12
lib/test/mock: new package for mocking standard output and standard error
Shulhan
2018-09-01
[chore] Update documentations
Shulhan
[next]