File: README.md

package info (click to toggle)
golang-github-tdewolff-test 1.0.10%2Bgit20240106.7de5f7d-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
# Test [![GoDoc](http://godoc.org/github.com/tdewolff/test?status.svg)](http://godoc.org/github.com/tdewolff/test)

Test is a helper package written in [Go][1]. It implements a few functions that are useful for io testing, such as readers and writers that fail after N consecutive reads/writes.

## License
Released under the [MIT license](LICENSE.md).

[1]: http://golang.org/ "Go Language"