gRPC-haskell/tests
intractable 4a30625a70 Expose ClientError type (#36)
* Expose the max receive message length channel argument + unittest

* `ClientError` GADT ctor => `ClientErrorResponse`, expose `ClientError`

Prior to this commit, the name `ClientError` was both:
  - The name of a data constructor name for the `ClientResult` GADT
  - A name of an internal sum type for capturing different kinds of client
    errors

We want to expose the latter to users of the library, and so expose the latter
and rename the former.

* Remove unused `MultiWayIf` lang ext
2017-10-23 10:11:13 -05:00
..
LowLevelTests Remove a bunch of compilation warnings. (#9) 2017-03-16 12:42:51 -05:00
ssl Update self-signed SSL cert used by test suite (#28) 2017-08-06 03:06:53 -05:00
GeneratedTests.hs Updateproto3-suite, proto3-wire, and related deps (#31) 2017-08-19 09:16:10 -05:00
LowLevelTests.hs Expose GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH channel arg (#35) 2017-10-20 16:39:26 -05:00
Properties.hs Connor/metadata improvements (#52) 2016-08-01 12:38:35 -07:00
protoc.sh Update to gRPC 0.15 (#61) 2016-08-05 09:29:20 -07:00
simple-client.sh MONAPP-3634: Improve stack/nix experience and MacOS development environment sanity (#84) 2016-12-19 16:53:44 -06:00
simple-server.sh MONAPP-3634: Improve stack/nix experience and MacOS development environment sanity (#84) 2016-12-19 16:53:44 -06:00
simple.proto Added tests for grpc server generation 2016-07-25 16:39:25 -07:00
test-client.py Fix python test client to send done message on exception paths 2017-03-10 15:05:32 -06:00
test-client.sh Fix grpc-haskell tests for Nix (#80) 2016-12-12 10:40:23 -08:00
test-server.py GADT-based high level interface 2016-11-17 16:00:07 -08:00
test-server.sh Fix grpc-haskell tests for Nix (#80) 2016-12-12 10:40:23 -08:00
TestClient.hs Expose ClientError type (#36) 2017-10-23 10:11:13 -05:00
tests.patch MONAPP-3634: Improve stack/nix experience and MacOS development environment sanity (#84) 2016-12-19 16:53:44 -06:00
TestServer.hs fix broken test, fix stack.yaml (#78) 2016-12-08 10:10:32 -08:00
UnsafeTests.hs Remove a bunch of compilation warnings. (#9) 2017-03-16 12:42:51 -05:00