We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7006cbc + 40aeb9e commit 76ef026Copy full SHA for 76ef026
CHANGES.rst
@@ -27,7 +27,6 @@ extend upload attachments - handling file path #40
27
28
uploading attachments excepts now also a file path as parameter.
29
30
-
31
still supported 0.5.2 behavior - file descriptor::
32
33
a_file_obj=open(A_VALID_FILE_PATH)
@@ -40,7 +39,6 @@ new supported 0.6.0 behaviour - file path::
40
39
newAttachment = myTestLink.uploadExecutionAttachment(a_file_path, A_Result_ID,
41
'Attachment Title', 'Attachment Description')
42
43
44
TestLink-API-Python-client release notes v0.5.2 (Oct. 2014)
45
-----------------------------------------------------------
46
support for TestLink release 1.9.12
0 commit comments