You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2021/01/19 02:30:59 UTC

[iotdb] branch add_python_interface updated: add doc

This is an automated email from the ASF dual-hosted git repository.

xuekaifeng pushed a commit to branch add_python_interface
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/add_python_interface by this push:
     new e33d479  add doc
e33d479 is described below

commit e33d4790e752a08124a78e279c087c66113f9ee5
Author: 151250176 <15...@smail.nju.edu.cn>
AuthorDate: Tue Jan 19 10:30:37 2021 +0800

    add doc
---
 client-py/readme.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/client-py/readme.md b/client-py/readme.md
index f542aeb..65c4380 100644
--- a/client-py/readme.md
+++ b/client-py/readme.md
@@ -72,3 +72,10 @@ session.open(False)
 zone = session.get_time_zone()
 session.close()
 ```
+
+## test file
+
+You can use `client-py/src/SessionTest.py` to test python session, if all test has been passed, it will return 0
+Otherwise it will return 1. You can use print message to locate failed operations and the reason of them
+
+Notice: you should start IoTDB server firstly and then run the test
\ No newline at end of file