Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ready-steady/assert
Assertions for testing
https://github.com/ready-steady/assert
testing
Last synced: about 2 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T09:55:38.000Z (about 7 years ago)
- Last Synced: 2024-03-23T19:10:26.535Z (9 months ago)
- Topics: testing
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- 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