Home
last modified time | relevance | path

Searched refs:test_client (Results 1 – 4 of 4) sorted by relevance

/external/python/oauth2client/tests/contrib/
Dtest_flask_util.py203 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 …]
/external/grpc-grpc/test/cpp/interop/
Dinterop_test.cc45 int test_client(const char* root, const char* host, int port) { in test_client() function
114 ret = test_client(root, "127.0.0.1", port); in main()
116 ret = test_client(root, "::ffff:127.0.0.1", port); in main()
118 ret = test_client(root, "localhost", port); in main()
121 ret = test_client(root, "::1", port); in main()
/external/grpc-grpc-java/interop-testing/
Dbuild.gradle54 task test_client(type: CreateStartScripts) {
102 from(test_client)
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_channel_args_test.py39 def test_client(self): member in ChannelArgsTest