lczub / TestLink-API-Python-client

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

implement new 1.9.20-fixed api - getTestCaseRequirements #147

Open lczub opened 3 years ago

lczub commented 3 years ago

Implement new 1.9.20-fixed api - getTestCaseRequirements

related TL Mantis Task

new api


    /**
     * Gets list of requirements for a given Test case version
     *
     * The user must have Req view mgt privilege on the project
     * containing the given TC
     *
     * @param struct $args
     * @param string $args["devKey"]
     * @param int $args["testcaseversionid"]
     *
     * @return array
     *         requirement list, if success
     *         error info, if failure
     *
     * @access public
     *
     * compatible with TL version >= 1.9.18
     *
     */
    public function getTestCaseRequirements($args)