unclechu's fork of gRPC-haskell
Go to file
2016-07-25 16:39:25 -07:00
cbits High-level unregistered concurrent interface (#41) 2016-07-14 09:53:28 -07:00
examples/echo Server performance and stability improvements (#48) 2016-07-21 12:55:16 -07:00
include High-level unregistered concurrent interface (#41) 2016-07-14 09:53:28 -07:00
src/Network/GRPC fix ifdef indentation (#51) 2016-07-22 14:29:05 -07:00
tests Added tests for grpc server generation 2016-07-25 16:39:25 -07:00
.gitignore ignore compiled cpp binaries (#31) 2016-06-22 10:41:38 -07:00
benchmarks.html fix ifdef indentation (#51) 2016-07-22 14:29:05 -07:00
grpc-haskell.cabal Added tests for grpc server generation 2016-07-25 16:39:25 -07:00
LICENSE Initial commit. 2015-02-27 18:14:32 +01:00
README.md Added tests for grpc server generation 2016-07-25 16:39:25 -07:00
Setup.hs Initial commit. 2015-02-27 18:14:32 +01:00
stack.yaml Added tests for grpc server generation 2016-07-25 16:39:25 -07:00

Running the tests

In order to run the tests, you will need to have the grpcio, gevent, and grpcio-tools python packages installed. You can install them using pip. It is recommended that you use a python virtualenv to do this.

$ virtualenv path/to/virtualenv # to create a virtualenv
$ . path/to/virtual/env/bin/activate # to use an existing virtualenv
$ pip install grpcio-tools gevent
$ pip install grpcio # Need to install grpcio-tools first to avoid a versioning problem