https://github.com/ready-steady/assert
Assertions for testing
https://github.com/ready-steady/assert
testing
Last synced: 22 days ago
JSON representation
Assertions for testing
- Host: GitHub
- URL: https://github.com/ready-steady/assert
- Owner: ready-steady
- License: mit
- Created: 2015-03-24T13:46:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T09:55:38.000Z (over 8 years ago)
- Last Synced: 2025-08-14T01:25:00.052Z (11 months ago)
- Topics: testing
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Assert [![Build Status][travis-img]][travis-url]
The package provides functions for making assertions in tests.
## [Documentation][doc]
## Contributing
1. Fork the project.
2. Implement your idea.
3. Open a pull request.
[doc]: http://godoc.org/github.com/ready-steady/assert
[travis-img]: https://travis-ci.org/ready-steady/assert.svg?branch=master
[travis-url]: https://travis-ci.org/ready-steady/assert