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
- Host: GitHub
- URL: https://github.com/tdewolff/test
- Owner: tdewolff
- License: mit
- Created: 2015-09-17T19:16:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T00:57:05.000Z (over 1 year ago)
- Last Synced: 2024-11-17T12:17:52.718Z (7 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Test [](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"