HomeSort by relevance Sort by last modified time
    Searched refs:test_client (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/test/cpp/interop/
interop_test.cc 45 int test_client(const char* root, const char* host, int port) { function
114 ret = test_client(root, "127.0.0.1", port);
116 ret = test_client(root, "::ffff:127.0.0.1", port);
118 ret = test_client(root, "localhost", port);
121 ret = test_client(root, "::1", port);
  /external/grpc-grpc/src/python/grpcio_tests/tests/unit/
_channel_args_test.py 39 def test_client(self): member in class:ChannelArgsTest
  /external/python/oauth2client/tests/contrib/
test_flask_util.py 203 with self.app.test_client() as client:
216 with self.app.test_client() as client:
223 with self.app.test_client() as client:
248 with self.app.test_client() as client:
268 with self.app.test_client() as client:
277 with self.app.test_client() as client:
291 with self.app.test_client() as client:
296 with self.app.test_client() as client:
305 with self.app.test_client() as client:
315 with self.app.test_client() as client
    [all...]

Completed in 416 milliseconds