aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/http2
Commit message (Collapse)AuthorAge
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Clean up even more uses of gRPC in _pb2.py filesGravatar Nathaniel Manista2017-09-21
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix http2_interop test for c++ and pythonGravatar yang-g2017-04-20
|
* Add sleep(1) to Python negative http2 clientGravatar Noah Eisen2017-03-01
| | | | | client now conforms to spec. See https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md
* Expect INTERNAL in Python negative interop clientGravatar ncteisen2017-01-19
| | | | | | | | The test now expects to receive StatusCode.INTERNAL when it receives a RST_STREAM from the server in order to comply with https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md Also added wait for ready behavior on the client channel.
* Run Python formattingGravatar Masood Malekghassemi2017-01-17
|
* Add python client to test negative http2 conditionsGravatar ncteisen2016-12-19
Documentation for the new tests can be found https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md