Skip to content
/ eval Public

Package eval provides some operations for testing

Notifications You must be signed in to change notification settings

raiqub/eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eval

Eval is a library for the Go Programming Language. It provides some operations to help testing operations.

Status

Build Status AppVeyor Build Coverage Status GoDoc

Features

  • Environment type which provides a Docker environment for testing purposes.
  • MongoDBEnvironment type which represents a MongoDB's Environment.

Installation

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

Examples can be found on library documentation.

Running tests

The tests can be run via the provided Makefile:

make test

License

raiqub/eval is made available under the Apache Version 2.0 License.