Eval is a library for the Go Programming Language. It provides some operations to help testing operations.
- Environment type which provides a Docker environment for testing purposes.
- MongoDBEnvironment type which represents a MongoDB's Environment.
To install raiqub/eval library run the following command:
go get gopkg.in/raiqub/eval.v0
To import this package, add the following line to your code:
import "gopkg.in/raiqub/eval.v0"
Examples can be found on library documentation.
The tests can be run via the provided Makefile:
make test
raiqub/eval is made available under the Apache Version 2.0 License.