-
- Downloads
Organize Python tests to use grpcio-tools directly
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- setup.py 1 addition, 43 deletionssetup.py
- src/python/grpcio/commands.py 0 additions, 146 deletionssrc/python/grpcio/commands.py
- src/python/grpcio_health_checking/health_commands.py 2 additions, 45 deletionssrc/python/grpcio_health_checking/health_commands.py
- src/python/grpcio_health_checking/setup.py 21 additions, 13 deletionssrc/python/grpcio_health_checking/setup.py
- src/python/grpcio_tests/.gitignore 4 additions, 0 deletionssrc/python/grpcio_tests/.gitignore
- src/python/grpcio_tests/commands.py 217 additions, 0 deletionssrc/python/grpcio_tests/commands.py
- src/python/grpcio_tests/grpc_version.py 32 additions, 0 deletionssrc/python/grpcio_tests/grpc_version.py
- src/python/grpcio_tests/setup.py 124 additions, 0 deletionssrc/python/grpcio_tests/setup.py
- src/python/grpcio_tests/tests/__init__.py 0 additions, 0 deletionssrc/python/grpcio_tests/tests/__init__.py
- src/python/grpcio_tests/tests/_loader.py 0 additions, 0 deletionssrc/python/grpcio_tests/tests/_loader.py
- src/python/grpcio_tests/tests/_result.py 0 additions, 0 deletionssrc/python/grpcio_tests/tests/_result.py
- src/python/grpcio_tests/tests/_runner.py 0 additions, 0 deletionssrc/python/grpcio_tests/tests/_runner.py
- src/python/grpcio_tests/tests/health_check/__init__.py 0 additions, 0 deletionssrc/python/grpcio_tests/tests/health_check/__init__.py
- src/python/grpcio_tests/tests/health_check/_health_servicer_test.py 0 additions, 0 deletions.../grpcio_tests/tests/health_check/_health_servicer_test.py
- src/python/grpcio_tests/tests/interop/__init__.py 0 additions, 0 deletionssrc/python/grpcio_tests/tests/interop/__init__.py
- src/python/grpcio_tests/tests/interop/_insecure_interop_test.py 0 additions, 0 deletions...thon/grpcio_tests/tests/interop/_insecure_interop_test.py
- src/python/grpcio_tests/tests/interop/_interop_test_case.py 0 additions, 0 deletionssrc/python/grpcio_tests/tests/interop/_interop_test_case.py
- src/python/grpcio_tests/tests/interop/_secure_interop_test.py 0 additions, 0 deletions...python/grpcio_tests/tests/interop/_secure_interop_test.py
- src/python/grpcio_tests/tests/interop/client.py 0 additions, 0 deletionssrc/python/grpcio_tests/tests/interop/client.py
Loading
Please register or sign in to comment