Home
last modified time | relevance | path

Searched refs:test_server_command (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_rpc/py/tests/
Dpython_client_cpp_server_test.py30 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/
Drpc_service_test.py51 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/
Dtesting.py60 args.test_server_command.append(str(args.port))