https://github.com/bsm/gomega
Straight copy of the excellent Gomega library, stripped to the bare core to be free of third-party dependencies
https://github.com/bsm/gomega
Last synced: 11 months ago
JSON representation
Straight copy of the excellent Gomega library, stripped to the bare core to be free of third-party dependencies
- Host: GitHub
- URL: https://github.com/bsm/gomega
- Owner: bsm
- License: mit
- Created: 2021-04-06T12:10:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T00:16:52.000Z (about 2 years ago)
- Last Synced: 2025-04-25T14:03:36.856Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 516 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gomega
This is a straight copy of the excellent [Gomega](http://onsi.github.io/gomega/) library,
stripped to the bare core to be free of third-party dependencies.
The following features are missing from this distribution:
- tests - Gomega itself is well tested but all test code was removed from this package
- MatchYAML matcher
- MatchXML matcher does not support utf-8 normalization
- ghttp/RespondWithProto matcher
- ghttp/VerifyProtoRepresenting matcher