lczub / TestLink-API-Python-client

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

implement 1.9.15 new api - getTestSuite #67

Closed lczub closed 7 years ago

lczub commented 8 years ago

related TL Mantis Task

 /**
  * Returns all test suites inside target 
  * test project with target name
  *
  * @param
  * @param struct $args
  * @param string $args["devKey"]
  * @param int $args["testsuitename"]
  * @param string $args["prefix"]
  * @return mixed $resultInfo
  * 
  * @access public
  */
  public function getTestSuite($args)
lczub commented 7 years ago

implemented with df4ab8c