lczub / TestLink-API-Python-client

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

implement 1.9.9 api changes - getLastExecutionResult #20

Closed lczub closed 10 years ago

lczub commented 10 years ago

With TL 1.9.9 getLastExecutionResults() accepts additional arguments:

   * @param string $args["platformid"]: optional. 
   *                                    ONLY if not present, then $args["platformname"] 
   *                                    will be analized (if exists)
   *
   * @param string $args["platformname"]: optional (see $args["platformid"])
   *
   * @param int $args["buildid"]: optional
   *                              ONLY if not present, then $args["buildname"] will be analized (if exists)
   * 
   * @param int $args["buildname"] - optional (see $args["buildid"])
   *