An open API service indexing awesome lists of open source software.

https://github.com/tdewolff/test

Go test helper functions
https://github.com/tdewolff/test

Last synced: 7 months ago
JSON representation

Go test helper functions

Awesome Lists containing this project

README

        

# 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"