Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crhntr/floattest
A Gomega matcher that makes testing float64 with decimal precision easier. (2.432 == 2.401 with one decimal place of accuracy)
https://github.com/crhntr/floattest
float64 ginkgo go gomega testing
Last synced: about 1 month ago
JSON representation
A Gomega matcher that makes testing float64 with decimal precision easier. (2.432 == 2.401 with one decimal place of accuracy)
- Host: GitHub
- URL: https://github.com/crhntr/floattest
- Owner: crhntr
- License: mit
- Created: 2022-01-27T06:43:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T07:15:14.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T23:29:45.935Z (4 months ago)
- Topics: float64, ginkgo, go, gomega, testing
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - floattest
README
# Float Test
A Gomega matcher that makes testing math stuff easier.