lczub / TestLink-API-Python-client

A Python client to use the TestLink API
105 stars 63 forks source link

implement 1.9.10 api change - reportTCResul #24

Closed lczub closed 10 years ago

lczub commented 10 years ago

With TL 1.9.10 reportTCResult() accepts additional arguments:

* @param boolean $args["user"] - optional, if present and user is a valid login 
*         (no other check will be done) it will be used when writting execution.
lczub commented 10 years ago

fixed with f65eaa8