Merge pull request #11964 from nathanielmanistaatgoogle/grpc_testing
gRPC Python test infrastructure.
Showing
- .pylintrc 3 additions, 0 deletions.pylintrc
- src/python/grpcio_testing/grpc_testing/__init__.py 289 additions, 0 deletionssrc/python/grpcio_testing/grpc_testing/__init__.py
- src/python/grpcio_testing/grpc_testing/_channel/__init__.py 23 additions, 0 deletionssrc/python/grpcio_testing/grpc_testing/_channel/__init__.py
- src/python/grpcio_testing/grpc_testing/_channel/_channel.py 62 additions, 0 deletionssrc/python/grpcio_testing/grpc_testing/_channel/_channel.py
- src/python/grpcio_testing/grpc_testing/_channel/_channel_rpc.py 119 additions, 0 deletions...thon/grpcio_testing/grpc_testing/_channel/_channel_rpc.py
- src/python/grpcio_testing/grpc_testing/_channel/_channel_state.py 48 additions, 0 deletions...on/grpcio_testing/grpc_testing/_channel/_channel_state.py
- src/python/grpcio_testing/grpc_testing/_channel/_invocation.py 322 additions, 0 deletions...ython/grpcio_testing/grpc_testing/_channel/_invocation.py
- src/python/grpcio_testing/grpc_testing/_channel/_multi_callable.py 115 additions, 0 deletions...n/grpcio_testing/grpc_testing/_channel/_multi_callable.py
- src/python/grpcio_testing/grpc_testing/_channel/_rpc_state.py 193 additions, 0 deletions...python/grpcio_testing/grpc_testing/_channel/_rpc_state.py
- src/python/grpcio_testing/grpc_testing/_common.py 92 additions, 0 deletionssrc/python/grpcio_testing/grpc_testing/_common.py
- src/python/grpcio_tests/setup.py 4 additions, 0 deletionssrc/python/grpcio_tests/setup.py
- src/python/grpcio_tests/tests/testing/_application_common.py 36 additions, 0 deletionssrc/python/grpcio_tests/tests/testing/_application_common.py
- src/python/grpcio_tests/tests/testing/_application_testing_common.py 33 additions, 0 deletions...grpcio_tests/tests/testing/_application_testing_common.py
- src/python/grpcio_tests/tests/testing/_client_application.py 260 additions, 0 deletionssrc/python/grpcio_tests/tests/testing/_client_application.py
- src/python/grpcio_tests/tests/testing/_client_test.py 306 additions, 0 deletionssrc/python/grpcio_tests/tests/testing/_client_test.py
- src/python/grpcio_tests/tests/testing/proto/__init__.py 13 additions, 0 deletionssrc/python/grpcio_tests/tests/testing/proto/__init__.py
- src/python/grpcio_tests/tests/testing/proto/requests.proto 29 additions, 0 deletionssrc/python/grpcio_tests/tests/testing/proto/requests.proto
- src/python/grpcio_tests/tests/testing/proto/services.proto 42 additions, 0 deletionssrc/python/grpcio_tests/tests/testing/proto/services.proto
- src/python/grpcio_tests/tests/tests.json 1 addition, 0 deletionssrc/python/grpcio_tests/tests/tests.json
Loading
Please register or sign in to comment