aboutsummaryrefslogtreecommitdiff
path: root/lib/test/mock
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-01-23all: use for-range with numericShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2024-01-29test/mock: implement mock for crypto [rand.Reader]Shulhan
2023-09-11test/mock: implement mock for testing io.ReadWriter or io.StringWriterShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2020-06-06all: use default linter optionsShulhan
2019-09-25all: fix linter warningsShulhan
2019-06-14all: fix nolint formatShulhan
2019-03-01all: fix warnings from linterShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-29all: fix warning from lintersShulhan
2018-09-13lib/test/mock: mock the standard input with temporary fileShulhan
2018-09-12lib/test/mock: new package for mocking standard output and standard errorShulhan