lczub / TestLink-API-Python-client

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

implement 1.9.17 new api - setTestCaseTestSuite #81

Closed lczub closed 7 years ago

lczub commented 7 years ago

TL future release 1.9.17 delivers a new api setTestCaseTestSuite

related TL Mantis Task

   /**
    * 
    * @param struct $args
    * @param string $args["devKey"]
    * @param string $args["testcaseexternalid"] format PREFIX-NUMBER
    * @param int    $args["testsuiteid"] 
    * 
    */
  public function setTestCaseTestSuite($args)
  {