lczub / TestLink-API-Python-client

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

implement 1.9.13 new api - removeTestCaseKeywords #46

Closed lczub closed 9 years ago

lczub commented 9 years ago

related TL Mantis Task

  /**
   * removeTestCaseKeywords
   * @param struct $args
   * @param string $args["devKey"]
   * @param string $args["testcaseexternalid"]
   * @param array $args["keywords"]: keywords
   * 
   * @return mixed $resultInfo
   *
   * @internal revisions
   * @since 1.9.13
   */
  function removeTestCaseKeywords($args)