Searched refs:test_server_command (Results 1 – 3 of 3) sorted by relevance
| /external/pigweed/pw_rpc/py/tests/ |
| D | python_client_cpp_server_test.py | 30 test_server_command: Tuple[str, ...] = () variable in RpcIntegrationTest 35 self.test_server_command, self.port, [benchmark_pb2] 90 test_server_command: List[str], port: int, unittest_args: List[str] 92 RpcIntegrationTest.test_server_command = tuple(test_server_command)
|
| /external/pigweed/pw_unit_test/py/ |
| D | rpc_service_test.py | 51 test_server_command: Tuple[str, ...] = () variable in RpcIntegrationTest 56 self.test_server_command, self.port, [unit_test_pb2] 138 test_server_command: List[str], port: int, unittest_args: List[str] 140 RpcIntegrationTest.test_server_command = tuple(test_server_command)
|
| /external/pigweed/pw_rpc/py/pw_rpc/ |
| D | testing.py | 60 args.test_server_command.append(str(args.port))
|