From 28b0b4e457ed2065874a46d5313e5700bc07294e Mon Sep 17 00:00:00 2001 From: Alain Jobart Date: Tue, 28 Jul 2015 08:40:13 -0700 Subject: [PATCH] Adding new test to config.json. --- test/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/config.json b/test/config.json index ac4e62e5c9..e924a97813 100644 --- a/test/config.json +++ b/test/config.json @@ -44,6 +44,9 @@ "custom_sharding": { "File": "custom_sharding.py" }, + "python_client_test": { + "File": "python_client_test.py" + }, "update_stream": { "File": "update_stream.py" },